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/jdbc/postgresql.rb, line 48 def self.extended(db) db.instance_eval do @primary_keys = {} @primary_key_sequences = {} end end
Return instance of Sequel::JDBC::Postgres::Dataset with the given opts.
# File lib/sequel/adapters/jdbc/postgresql.rb, line 56 def dataset(opts=nil) Sequel::JDBC::Postgres::Dataset.new(self, opts) end
Generated with the Darkfish Rdoc Generator 2.