Parent

Class Index [+]

Quicksearch

Sequel::Swift::SQLite::Dataset

Dataset class for SQLite datasets accessed via Swift.

Private Instance Methods

literal_string_append(sql, s) click to toggle source

Use Swift’s escape method for quoting.

    # File lib/sequel/adapters/swift/sqlite.rb, line 27
27:         def literal_string_append(sql, s)
28:           sql << db.synchronize{|c| c.escape(s)}
29:         end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.