public class NUMBER_FLOAT extends Datum
| 构造器和说明 |
|---|
NUMBER_FLOAT(float value) |
NUMBER_FLOAT(float value,
byte[] bytes) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getApproximateTextProtocolLength() |
ColumnType |
getColumnType() |
boolean |
isConvertibleTo(Class targetClass) |
boolean |
isLongData() |
boolean |
isNullData() |
Object |
makeJdbcArray(int intVal) |
Object |
toJdbc() |
String |
toString() |
void |
writeBinary(PacketOutputStream pos)
Write data to socket in binary format.
|
void |
writeTo(PacketOutputStream pos) |
asciiStreamValue, bigDecimalValue, binaryStreamValue, booleanValue, byteValue, characterStreamValue, dateValue, doubleValue, equals, floatValue, getBytes, getLength, getStream, intValue, longValue, setByte, setBytes, setShareBytes, shareBytes, stringValue, stringValue, timestampValue, timestampValue, timeValue, timeValuepublic NUMBER_FLOAT(float value)
public NUMBER_FLOAT(float value,
byte[] bytes)
public void writeTo(PacketOutputStream pos) throws IOException
IOExceptionpublic int getApproximateTextProtocolLength()
public void writeBinary(PacketOutputStream pos) throws IOException
pos - socket output streamIOException - if socket error occurpublic ColumnType getColumnType()
public boolean isNullData()
public boolean isLongData()
public boolean isConvertibleTo(Class targetClass)
isConvertibleTo 在类中 Datumpublic Object toJdbc() throws SQLException
toJdbc 在类中 DatumSQLExceptionpublic Object makeJdbcArray(int intVal)
makeJdbcArray 在类中 DatumCopyright © 2024 oceanbase.com. All rights reserved.