Module: Sequel::JDBC::Dataset::PreparedStatementMethods

Includes:
Dataset::UnnumberedArgumentMapper
Defined in:
lib/sequel/adapters/jdbc.rb

Overview

Use JDBC PreparedStatements instead of emulated ones. Statements created using #prepare are cached at the connection level to allow reuse. This also supports bind variables by using unnamed prepared statements created using #call.

Instance Attribute Summary

Attributes included from Dataset::ArgumentMapper

#bind_arguments, #prepared_statement_name

Method Summary

Methods included from Dataset::ArgumentMapper

#call, #prepared_sql