Libraries
»
sqlite3
(1.4.2)
»
Index
»
String
»
#to_blob
Method: String#to_blob
Defined in:
lib/sqlite3/statement.rb
#
to_blob
⇒
Object
5 6 7
# File 'lib/sqlite3/statement.rb', line 5
def
to_blob
SQLite3
::
Blob
.
new
(
self
)
end