Execute the stored prepared statement name and the stored bind arguments instead of the SQL given.
# File lib/sequel/adapters/sqlite.rb, line 326 326: def execute(sql, opts={}, &block) 327: super(prepared_statement_name, opts, &block) 328: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.