123456789_123456789_123456789_123456789_123456789_

Class: String

Relationships & Source Files
Extension / Inclusion / Inheritance Descendants
Subclasses:
Inherits: Object
Defined in: lib/sqlite3/statement.rb

Instance Method Summary

Instance Method Details

#to_blob

[ GitHub ]

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

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