Methods
Public Instance methods
to_blob()
   # File lib/sqlite3/statement.rb, line 5
5:   def to_blob
6:     SQLite3::Blob.new( self )
7:   end