String that holds an array of parameters
Add a new parameter to this query, which adds the parameter to the array of parameters, and an SQL placeholder to the query itself.
# File lib/sequel/extensions/pg_auto_parameterize.rb, line 75 75: def add_arg(s, type) 76: @args ||= [] 77: @args << s 78: self << "$#{@args.length}::#{type}" 79: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.