class String

Public Instance Methods

to_blob() click to toggle source
# File lib/sqlite3/statement.rb, line 5
def to_blob
  SQLite3::Blob.new( self )
end