Swift::Dataset
Dataset class for SQLite datasets accessed via Swift.
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.