public class BINARY_FLOAT extends Datum
| Constructor and Description |
|---|
BINARY_FLOAT() |
BINARY_FLOAT(Boolean booleanVal) |
BINARY_FLOAT(byte[] bytes) |
BINARY_FLOAT(float floatVal) |
BINARY_FLOAT(Float floatVal) |
BINARY_FLOAT(String stringVal) |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
bigDecimalValue() |
double |
doubleValue() |
float |
floatValue() |
boolean |
isConvertibleTo(Class targetClass) |
Object |
makeJdbcArray(int intVal) |
String |
stringValue() |
Object |
toJdbc() |
asciiStreamValue, binaryStreamValue, booleanValue, byteValue, characterStreamValue, dateValue, equals, getBytes, getLength, getStream, intValue, longValue, setByte, setBytes, setShareBytes, shareBytes, stringValue, timestampValue, timestampValue, timeValue, timeValuepublic BINARY_FLOAT(float floatVal)
public BINARY_FLOAT(Float floatVal)
public BINARY_FLOAT(Boolean booleanVal)
public BINARY_FLOAT(String stringVal) throws SQLException
SQLExceptionpublic BINARY_FLOAT(byte[] bytes)
public BINARY_FLOAT()
public Object toJdbc() throws SQLException
toJdbc in class DatumSQLExceptionpublic boolean isConvertibleTo(Class targetClass)
isConvertibleTo in class Datumpublic Object makeJdbcArray(int intVal)
makeJdbcArray in class Datumpublic String stringValue()
stringValue in class Datumpublic float floatValue()
throws SQLException
floatValue in class DatumSQLExceptionpublic double doubleValue()
throws SQLException
doubleValue in class DatumSQLExceptionpublic BigDecimal bigDecimalValue() throws SQLException
bigDecimalValue in class DatumSQLExceptionCopyright © 2022 oceanbase.com. All rights reserved.