class SQLite3::Value

def to_i

def to_i
  @driver.value_int(@handle)
end