PostgreSQL specific argument mapper used for mapping the named argument hash to a array with numbered arguments. Only used with the pg driver.
An array of bound variable values for this query, in the correct order.
# File lib/sequel/adapters/postgres.rb, line 633 def map_to_prepared_args(hash) prepared_args.map{|k| hash[k.to_sym]} end
[Validate]
Generated with the Darkfish Rdoc Generator 2.