Method: Sequel::LiteralString#to_sequel_blob
- Defined in:
- lib/sequel/sql.rb
permalink #to_sequel_blob ⇒ Object
Convert a literal string to a SQL::Blob.
2051 2052 2053 |
# File 'lib/sequel/sql.rb', line 2051 def to_sequel_blob SQL::Blob.new(self) end |