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