Methods
Public Instance methods
[ show source ]
# File lib/sqlite3/statement.rb, line 37
37: def to_blob
38: SQLite3::Blob.new( self )
39: end
| Class String |
|
[ show source ]
# File lib/sqlite3/statement.rb, line 37
37: def to_blob
38: SQLite3::Blob.new( self )
39: end