# File lib/sqlite3/value.rb, line 13
    def null?
      type == :null
    end