Methods

Class/Module Index [+]

Quicksearch

Sequel::Postgres::Dataset::PreparedStatementMethods

Allow use of server side prepared statements for PostgreSQL using the pg driver.

Public Instance Methods

call(*) click to toggle source

Raise a more obvious error if you attempt to call a unnamed prepared statement.

# File lib/sequel/adapters/postgres.rb, line 688
def call(*)
  raise Error, "Cannot call prepared statement without a name" if prepared_statement_name.nil?
  super
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.