public interface ClientMessage
| Modifier and Type | Method and Description |
|---|---|
default int |
batchUpdateLength() |
default boolean |
binaryProtocol() |
default boolean |
canSkipMeta() |
default String |
description() |
int |
encode(PacketWriter writer,
Context context) |
default Completion |
readPacket(Statement stmt,
int fetchSize,
long maxRows,
int resultSetConcurrency,
int resultSetType,
boolean closeOnCompletion,
PacketReader reader,
PacketWriter writer,
Context context,
ExceptionFactory exceptionFactory,
ReentrantLock lock,
boolean traceEnable) |
int encode(PacketWriter writer, Context context) throws IOException, SQLException
IOExceptionSQLExceptiondefault int batchUpdateLength()
default String description()
default boolean binaryProtocol()
default boolean canSkipMeta()
default Completion readPacket(Statement stmt, int fetchSize, long maxRows, int resultSetConcurrency, int resultSetType, boolean closeOnCompletion, PacketReader reader, PacketWriter writer, Context context, ExceptionFactory exceptionFactory, ReentrantLock lock, boolean traceEnable) throws IOException, SQLException
IOExceptionSQLExceptionCopyright © 2023 SingleStore. All rights reserved.