public class BINARY_FLOAT extends Datum
| 构造器和说明 |
|---|
BINARY_FLOAT() |
BINARY_FLOAT(Boolean booleanVal) |
BINARY_FLOAT(byte[] bytes) |
BINARY_FLOAT(float floatVal) |
BINARY_FLOAT(Float floatVal) |
BINARY_FLOAT(String stringVal) |
| 限定符和类型 | 方法和说明 |
|---|---|
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 在类中 DatumSQLExceptionpublic boolean isConvertibleTo(Class targetClass)
isConvertibleTo 在类中 Datumpublic Object makeJdbcArray(int intVal)
makeJdbcArray 在类中 Datumpublic String stringValue()
stringValue 在类中 Datumpublic float floatValue()
throws SQLException
floatValue 在类中 DatumSQLExceptionpublic double doubleValue()
throws SQLException
doubleValue 在类中 DatumSQLExceptionpublic BigDecimal bigDecimalValue() throws SQLException
bigDecimalValue 在类中 DatumSQLExceptionCopyright © 2024 oceanbase.com. All rights reserved.