public class OBSerializableParameter extends SerializableParameter
loadedStream, noBackSlashEscapes, objectBINARY_INTRODUCER, QUOTE| Constructor and Description |
|---|
OBSerializableParameter(Object object,
boolean noBackslashEscapes) |
| Modifier and Type | Method and Description |
|---|---|
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 in interface ParameterHolderwriteTo in class SerializableParameterpos - the stream to write toIOException - if error reading streampublic void writeBinary(PacketOutputStream pos) throws IOException
SerializableParameterwriteBinary in interface ParameterHolderwriteBinary in class SerializableParameterpos - socket output streamIOException - if socket error occurCopyright © 2022 oceanbase.com. All rights reserved.