Methods

Class/Module Index [+]

Quicksearch

Sequel::Swift::Postgres::DatabaseMethods

Methods to add to Database instances that access PostgreSQL via Swift.

Public Class Methods

extended(db) click to toggle source

Add the primary_keys and primary_key_sequences instance variables, so we can get the correct return values for inserted rows.

# File lib/sequel/adapters/swift/postgres.rb, line 18
def self.extended(db)
  super
  db.send(:initialize_postgres_adapter)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.