class SQLite3::Value

def initialize( db, handle )

def initialize( db, handle )
  @driver = db.driver
  @handle = handle
end