public class BINARY_DOUBLE extends Datum
| Constructor and Description |
|---|
BINARY_DOUBLE() |
BINARY_DOUBLE(Boolean booleanVal) |
BINARY_DOUBLE(byte[] bytes) |
BINARY_DOUBLE(double doubleVal) |
BINARY_DOUBLE(Double doubleVal) |
BINARY_DOUBLE(String stringVal) |
| Modifier and Type | Method and Description |
|---|---|
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 in class Datumpublic Object toJdbc() throws SQLException
toJdbc in class DatumSQLExceptionpublic String stringValue()
stringValue in class Datumpublic double doubleValue()
throws SQLException
doubleValue in class DatumSQLExceptionpublic Object makeJdbcArray(int intVal)
makeJdbcArray in class Datumpublic BigDecimal bigDecimalValue() throws SQLException
bigDecimalValue in class DatumSQLExceptionCopyright © 2022 oceanbase.com. All rights reserved.