public class NUMBER extends Datum
| 限定符和类型 | 方法和说明 |
|---|---|
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 在类中 Datumpublic boolean booleanValue()
booleanValue 在类中 Datumpublic Object toJdbc() throws SQLException
toJdbc 在类中 DatumSQLExceptionpublic Object makeJdbcArray(int intVal)
makeJdbcArray 在类中 Datumpublic double doubleValue()
doubleValue 在类中 Datumpublic float floatValue()
floatValue 在类中 Datumpublic short shortValue()
public BigInteger bigIntegerValue()
public BigDecimal bigDecimalValue() throws SQLException
bigDecimalValue 在类中 DatumSQLExceptionpublic boolean isConvertibleTo(Class targetClass)
isConvertibleTo 在类中 DatumCopyright © 2024 oceanbase.com. All rights reserved.