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 108defcall(*)
raiseError, "Cannot call prepared statement without a name"ifprepared_statement_name.nil?superend