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