Parent

Methods

Class 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 most database engines require binary data to be escaped differently than regular strings.

Public Instance Methods

to_sequel_blob() click to toggle source

Returns self, used so that Blobs don’t get wrapped in multiple levels.

     # File lib/sequel/sql.rb, line 857
857:       def to_sequel_blob
858:         self
859:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.