public class BINARY_DOUBLE extends Datum
| 构造器和说明 |
|---|
BINARY_DOUBLE() |
BINARY_DOUBLE(Boolean booleanVal) |
BINARY_DOUBLE(byte[] bytes) |
BINARY_DOUBLE(double doubleVal) |
BINARY_DOUBLE(Double doubleVal) |
BINARY_DOUBLE(String stringVal) |
| 限定符和类型 | 方法和说明 |
|---|---|
BigDecimal |
bigDecimalValue() |
double |
doubleValue() |
boolean |
isConvertibleTo(Class targetClass) |
Object |
makeJdbcArray(int intVal) |
String |
stringValue() |
Object |
toJdbc() |
asciiStreamValue, binaryStreamValue, booleanValue, byteValue, characterStreamValue, dateValue, equals, floatValue, getBytes, getLength, getStream, intValue, longValue, setByte, setBytes, setShareBytes, shareBytes, stringValue, timestampValue, timestampValue, timeValue, timeValuepublic BINARY_DOUBLE(String stringVal) throws SQLException
SQLExceptionpublic BINARY_DOUBLE(Double doubleVal)
public BINARY_DOUBLE(double doubleVal)
public BINARY_DOUBLE(Boolean booleanVal)
public BINARY_DOUBLE(byte[] bytes)
public BINARY_DOUBLE()
public boolean isConvertibleTo(Class targetClass)
isConvertibleTo 在类中 Datumpublic Object toJdbc() throws SQLException
toJdbc 在类中 DatumSQLExceptionpublic String stringValue()
stringValue 在类中 Datumpublic double doubleValue()
throws SQLException
doubleValue 在类中 DatumSQLExceptionpublic Object makeJdbcArray(int intVal)
makeJdbcArray 在类中 Datumpublic BigDecimal bigDecimalValue() throws SQLException
bigDecimalValue 在类中 DatumSQLExceptionCopyright © 2024 oceanbase.com. All rights reserved.