Methods

Class/Module Index [+]

Quicksearch

Sequel::Swift::Postgres::AdapterMethods

Methods to add to the Swift adapter/connection to allow it to work with the shared PostgreSQL code.

Public Instance Methods

execute(sql, *args) click to toggle source

Log all SQL that goes through the execute method to the related database object.

# File lib/sequel/adapters/swift/postgres.rb, line 17
def execute(sql, *args)
  @db.log_yield(sql){super}
rescue SwiftError => e
  @db.send(:raise_error, e)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.