public class OBBINARY_FLOATParameter extends Object implements Cloneable, ParameterHolder
BINARY_INTRODUCER, QUOTE| 构造器和说明 |
|---|
OBBINARY_FLOATParameter(float value) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getApproximateTextProtocolLength() |
ColumnType |
getColumnType() |
float |
getValue() |
boolean |
isLongData() |
boolean |
isNullData() |
void |
writeBinary(PacketOutputStream pos) |
void |
writeTo(PacketOutputStream os)
Write parameter value.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoStringpublic void writeTo(PacketOutputStream os) throws IOException
ParameterHolderwriteTo 在接口中 ParameterHolderos - the stream to write toIOException - when something goes wrongpublic void writeBinary(PacketOutputStream pos) throws IOException
writeBinary 在接口中 ParameterHolderIOExceptionpublic int getApproximateTextProtocolLength()
throws IOException
getApproximateTextProtocolLength 在接口中 ParameterHolderIOExceptionpublic boolean isNullData()
isNullData 在接口中 ParameterHolderpublic ColumnType getColumnType()
getColumnType 在接口中 ParameterHolderpublic boolean isLongData()
isLongData 在接口中 ParameterHolderpublic float getValue()
Copyright © 2024 oceanbase.com. All rights reserved.