public class NUMBER extends Datum
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
bigDecimalValue() |
BigInteger |
bigIntegerValue() |
boolean |
booleanValue() |
byte |
byteValue() |
double |
doubleValue() |
float |
floatValue() |
int |
intValue() |
boolean |
isConvertibleTo(Class targetClass) |
long |
longValue() |
Object |
makeJdbcArray(int intVal) |
short |
shortValue() |
String |
stringValue() |
Object |
toJdbc() |
String |
toString() |
asciiStreamValue, binaryStreamValue, characterStreamValue, dateValue, equals, getBytes, getLength, getStream, setByte, setBytes, setShareBytes, shareBytes, stringValue, timestampValue, timestampValue, timeValue, timeValuepublic String stringValue()
stringValue in class Datumpublic boolean booleanValue()
booleanValue in class Datumpublic Object toJdbc() throws SQLException
toJdbc in class DatumSQLExceptionpublic Object makeJdbcArray(int intVal)
makeJdbcArray in class Datumpublic double doubleValue()
doubleValue in class Datumpublic float floatValue()
floatValue in class Datumpublic short shortValue()
public BigInteger bigIntegerValue()
public BigDecimal bigDecimalValue() throws SQLException
bigDecimalValue in class DatumSQLExceptionpublic boolean isConvertibleTo(Class targetClass)
isConvertibleTo in class DatumCopyright © 2022 oceanbase.com. All rights reserved.