# File lib/sqlite3/value.rb, line 40
    def initialize( db, handle )
      @driver = db.driver
      @handle = handle
    end