public class OBNUMBERParameter extends Object implements Cloneable, ParameterHolder
BINARY_INTRODUCER, QUOTE| 构造器和说明 |
|---|
OBNUMBERParameter(Integer value) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getApproximateTextProtocolLength() |
ColumnType |
getColumnType() |
Integer |
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 OBNUMBERParameter(Integer value)
public 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 Integer getValue()
Copyright © 2024 oceanbase.com. All rights reserved.