Type converter.
FIXME this really needs to go into DBI::TypeUtil or similar
Wrapper to convert arrays of bound objects via DBI::TypeUtil#convert.
# File lib/dbi/utils.rb, line 51 def self.conv_param(driver_name, *params) params.collect { |param| DBI::TypeUtil.convert(driver_name, param) } end
[Validate]
Generated with the Darkfish Rdoc Generator 2.