public class OBStructParameter extends Object implements Cloneable, ParameterHolder
BINARY_INTRODUCER, QUOTE| 构造器和说明 |
|---|
OBStructParameter(ObStruct structImpl,
Options options) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getApproximateTextProtocolLength() |
ColumnType |
getColumnType() |
boolean |
isLongData() |
boolean |
isNullData() |
void |
storeStructTypeInfo(PacketOutputStream packet) |
void |
writeBinary(PacketOutputStream pos) |
void |
writeTo(PacketOutputStream os)
Write parameter value.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoStringpublic void storeStructTypeInfo(PacketOutputStream packet) throws IOException
IOExceptionpublic 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 在接口中 ParameterHolderCopyright © 2024 oceanbase.com. All rights reserved.