class OCI8::BindType::BasicNumberType

def get()

def get()
  (val = super()) && (val.has_decimal_part? ? val.to_f : val.to_i)
end