Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/sqlite3/statement.rb

Direct Known Subclasses

SQLite3::Blob

Instance Method Summary collapse

Instance Method Details

#to_blobObject



5
6
7
# File 'lib/sqlite3/statement.rb', line 5

def to_blob
  SQLite3::Blob.new( self )
end