Parent

Methods

Class/Module Index [+]

Quicksearch

Sequel::SQL::Blob

Blob is used to represent binary data in the Ruby environment that is stored as a blob type in the database. Sequel represents binary data as a Blob object because certain database engines require binary data to be escaped.

Public Instance Methods

to_sequel_blob() click to toggle source

Returns self

# File lib/sequel/sql.rb, line 450
def to_sequel_blob
  self
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.