public class OBVarcharParameter extends Object implements Cloneable, ParameterHolder
BINARY_INTRODUCER, QUOTE| 构造器和说明 |
|---|
OBVarcharParameter(String str,
boolean noBackslashEscapes,
String characterEncoding) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getApproximateTextProtocolLength() |
ColumnType |
getColumnType() |
boolean |
isLongData() |
boolean |
isNullData() |
String |
toString() |
void |
writeBinary(PacketOutputStream pos)
Write data to socket in binary format.
|
void |
writeTo(PacketOutputStream pos)
Send escaped String to outputStream.
|
public void writeTo(PacketOutputStream pos) throws IOException
writeTo 在接口中 ParameterHolderpos - outpustream.IOException - when something goes wrongpublic int getApproximateTextProtocolLength()
public void writeBinary(PacketOutputStream pos) throws IOException
writeBinary 在接口中 ParameterHolderpos - socket output streamIOException - if socket error occurpublic ColumnType getColumnType()
getColumnType 在接口中 ParameterHolderpublic String toString()
toString 在接口中 ParameterHoldertoString 在类中 Objectpublic boolean isNullData()
isNullData 在接口中 ParameterHolderpublic boolean isLongData()
isLongData 在接口中 ParameterHolderCopyright © 2024 oceanbase.com. All rights reserved.