public class OBEmptyLobParameter extends Object implements Cloneable, ParameterHolder
BINARY_INTRODUCER, QUOTE| 构造器和说明 |
|---|
OBEmptyLobParameter(int lobType) |
OBEmptyLobParameter(int lobType,
byte[] lobLocatorBinary) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getApproximateTextProtocolLength() |
ColumnType |
getColumnType() |
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 OBEmptyLobParameter(int lobType)
public OBEmptyLobParameter(int lobType,
byte[] lobLocatorBinary)
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 在接口中 ParameterHolderCopyright © 2024 oceanbase.com. All rights reserved.