Class
SQLite3::Value
In:
lib/sqlite3/value.rb
Parent:
Object
Methods
length
new
null?
to_blob
to_f
to_i
to_int64
to_s
type
Attributes
handle
[R]
Public Class methods
new
( db, handle )
Public Instance methods
length
( utf16=false )
null?
()
to_blob
()
to_f
()
to_i
()
to_int64
()
to_s
( utf16=false )
type
()
[Validate]