SQLite prepared statement uses a new prepared statement each time it is called, but it does use the bind arguments.
Run execute_select on the database with the given SQL and the stored bind arguments.
# File lib/sequel/adapters/sqlite.rb, line 304 304: def execute(sql, opts={}, &block) 305: super(sql, {:arguments=>bind_arguments}.merge(opts), &block) 306: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.