Method: SQLite3::Value#initialize

Defined in:
lib/sqlite3/value.rb

#initialize(db, handle) ⇒ Value

Returns a new instance of Value.



8
9
10
11
# File 'lib/sqlite3/value.rb', line 8

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