Swift::Dataset
Dataset class for MySQL datasets accessed via Swift.
Use Swift’s escape method for quoting.
# File lib/sequel/adapters/swift/mysql.rb, line 39 39: def literal_string_append(sql, s) 40: sql << APOS << db.synchronize{|c| c.escape(s)} << APOS 41: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.