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