Methods

Class/Module Index [+]

Quicksearch

Sequel::JDBC::Postgres::Dataset

Dataset subclass used for datasets that connect to PostgreSQL via JDBC.

Public Instance Methods

prepare(*args) click to toggle source

Add the shared PostgreSQL prepared statement methods

# File lib/sequel/adapters/jdbc/postgresql.rb, line 92
def prepare(*args)
  ps = super
  ps.extend(::Sequel::Postgres::DatasetMethods::PreparedStatementMethods)
  ps
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.