Methods

Class/Module Index [+]

Quicksearch

Sequel::MySQL::PreparedStatements::DatasetMethods::PreparedStatementMethods

Methods for MySQL prepared statements using the native 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/shared/mysql_prepared_statements.rb, line 108
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.