Class/Module Index [+]

Quicksearch

Sequel::Oracle::Dataset::ArgumentMapper

Oracle already supports named bind arguments, so use directly.

Protected Instance Methods

map_to_prepared_args(bind_vars) click to toggle source

Return a hash with the same values as the given hash, but with the keys converted to strings.

# File lib/sequel/adapters/oracle.rb, line 332
def map_to_prepared_args(bind_vars)
  prepared_args.map{|v, t| [bind_vars[v], t]}
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.