public final class QueryWithParametersPacket extends Object implements RedoableClientMessage
| Constructor and Description |
|---|
QueryWithParametersPacket(String preSqlCmd,
com.singlestore.jdbc.util.ClientParser parser,
com.singlestore.jdbc.util.ParameterList parameters) |
| Modifier and Type | Method and Description |
|---|---|
int |
batchUpdateLength() |
String |
description() |
int |
encode(PacketWriter encoder,
Context context) |
void |
ensureReplayable(Context context) |
void |
saveParameters() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitencode, reEncodebinaryProtocol, canSkipMeta, readPacketpublic QueryWithParametersPacket(String preSqlCmd, com.singlestore.jdbc.util.ClientParser parser, com.singlestore.jdbc.util.ParameterList parameters)
public void ensureReplayable(Context context) throws IOException, SQLException
ensureReplayable in interface RedoableClientMessageIOExceptionSQLExceptionpublic void saveParameters()
saveParameters in interface RedoableClientMessagepublic int encode(PacketWriter encoder, Context context) throws IOException, SQLException
encode in interface ClientMessageIOExceptionSQLExceptionpublic int batchUpdateLength()
batchUpdateLength in interface ClientMessagepublic String description()
description in interface ClientMessageCopyright © 2023 SingleStore. All rights reserved.