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