Module: Sequel::Postgres::Dataset::PreparedStatementMethods
- Includes:
- BindArgumentMethods
- Defined in:
- lib/sequel/adapters/postgres.rb
Overview
Allow use of server side prepared statements for PostgreSQL using the pg driver.
Instance Attribute Summary
Attributes included from Dataset::ArgumentMapper
#bind_arguments, #prepared_statement_name
Instance Method Summary collapse
-
#call ⇒ Object
Raise a more obvious error if you attempt to call a unnamed prepared statement.