Class: Numeric

Inherits:
Object show all
Defined in:
lib/oci8/oci8.rb

Direct Known Subclasses

OraNumber

Instance Method Summary collapse

Instance Method Details

#to_onumObject



578
579
580
# File 'lib/oci8/oci8.rb', line 578

def to_onum
  OraNumber.new(self)
end