public class OBNUMBERParameter extends Object implements Cloneable, ParameterHolder
BINARY_INTRODUCER, QUOTE| Constructor and Description |
|---|
OBNUMBERParameter(Integer value) |
| Modifier and Type | Method and Description |
|---|---|
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 in interface ParameterHolderos - the stream to write toIOException - when something goes wrongpublic void writeBinary(PacketOutputStream pos) throws IOException
writeBinary in interface ParameterHolderIOExceptionpublic int getApproximateTextProtocolLength()
throws IOException
getApproximateTextProtocolLength in interface ParameterHolderIOExceptionpublic boolean isNullData()
isNullData in interface ParameterHolderpublic ColumnType getColumnType()
getColumnType in interface ParameterHolderpublic boolean isLongData()
isLongData in interface ParameterHolderpublic Integer getValue()
Copyright © 2022 oceanbase.com. All rights reserved.