DBI::Type::Float
Represents a Decimal with real precision (BigDecimal). Falls back to Float.
# File lib/dbi/types.rb, line 97 def self.parse(obj) BigDecimal.new(obj) rescue super end
[Validate]
Generated with the Darkfish Rdoc Generator 2.