Class: String
Instance Method Summary collapse
Instance Method Details
#to_onum(format = nil, nls_params = nil) ⇒ Object
568 569 570 |
# File 'lib/oci8/oci8.rb', line 568 def to_onum(format = nil, nls_params = nil) OraNumber.new(self, format, nls_params) end |