Class: Numeric

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

Direct Known Subclasses

OraNumber

Instance Method Summary collapse

Instance Method Details

#to_onumObject



648
649
650
# File 'lib/oci8/oci8.rb', line 648

def to_onum
  OraNumber.new(self)
end