public final class PreparePacket extends Object implements ClientMessage
| Constructor and Description |
|---|
PreparePacket(String sql) |
| Modifier and Type | Method and Description |
|---|---|
String |
description() |
int |
encode(PacketWriter writer,
Context context) |
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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbatchUpdateLength, binaryProtocol, canSkipMetapublic PreparePacket(String sql)
public int encode(PacketWriter writer, Context context) throws IOException
encode in interface ClientMessageIOExceptionpublic 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
readPacket in interface ClientMessageIOExceptionSQLExceptionpublic String description()
description in interface ClientMessageCopyright © 2022 SingleStore. All rights reserved.