Public Instance methods
use_prepared_statements_for?
(type)
Whether prepared statements should be used for the given type of query (:insert, :insert_select, :refresh, :update, or :delete). True by default, can be overridden in other plugins to disallow prepared statements for specific types of queries.
[show source]
# File lib/sequel/plugins/prepared_statements.rb, line 8 def use_prepared_statements_for?(type) true end