public class OBSerializableParameter extends SerializableParameter
loadedStream, noBackSlashEscapes, objectBINARY_INTRODUCER, QUOTE| 构造器和说明 |
|---|
OBSerializableParameter(Object object,
boolean noBackslashEscapes) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
writeBinary(PacketOutputStream pos)
Write data to socket in binary format.
|
void |
writeTo(PacketOutputStream pos)
Write object to buffer for text protocol.
|
getApproximateTextProtocolLength, getColumnType, isLongData, isNullData, toString, writeObjectToBytespublic OBSerializableParameter(Object object, boolean noBackslashEscapes) throws SQLException
SQLExceptionpublic void writeTo(PacketOutputStream pos) throws IOException
SerializableParameterwriteTo 在接口中 ParameterHolderwriteTo 在类中 SerializableParameterpos - the stream to write toIOException - if error reading streampublic void writeBinary(PacketOutputStream pos) throws IOException
SerializableParameterwriteBinary 在接口中 ParameterHolderwriteBinary 在类中 SerializableParameterpos - socket output streamIOException - if socket error occurCopyright © 2024 oceanbase.com. All rights reserved.