[Source]
# File lib/sqlite3/statement.rb, line 37 37: def to_blob 38: SQLite3::Blob.new( self ) 39: end
[Validate]