public final class ExecutePacket extends Object implements RedoableWithPrepareClientMessage
| Constructor and Description |
|---|
ExecutePacket(Prepare prepareResult,
Parameters parameters,
String command,
ServerPreparedStatement prep) |
| Modifier and Type | Method and Description |
|---|---|
int |
batchUpdateLength() |
boolean |
binaryProtocol() |
boolean |
canSkipMeta() |
String |
description() |
int |
encode(Writer writer,
com.singlestore.jdbc.client.Context context,
Prepare newPrepareResult) |
void |
ensureReplayable(com.singlestore.jdbc.client.Context context) |
String |
getCommand() |
ServerPreparedStatement |
prep() |
void |
saveParameters() |
void |
setPrepareResult(PrepareResultPacket prepareResult) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitencode, reEncode, rePreparepublic ExecutePacket(Prepare prepareResult, Parameters parameters, String command, ServerPreparedStatement prep)
public void saveParameters()
saveParameters in interface RedoableClientMessagepublic void ensureReplayable(com.singlestore.jdbc.client.Context context)
throws IOException,
SQLException
ensureReplayable in interface RedoableClientMessageIOExceptionSQLExceptionpublic int encode(Writer writer, com.singlestore.jdbc.client.Context context, Prepare newPrepareResult) throws IOException, SQLException
encode in interface RedoableClientMessageencode in interface RedoableWithPrepareClientMessageIOExceptionSQLExceptionpublic boolean canSkipMeta()
canSkipMeta in interface com.singlestore.jdbc.message.ClientMessagepublic int batchUpdateLength()
batchUpdateLength in interface com.singlestore.jdbc.message.ClientMessagepublic String getCommand()
getCommand in interface RedoableWithPrepareClientMessagepublic ServerPreparedStatement prep()
prep in interface RedoableWithPrepareClientMessagepublic boolean binaryProtocol()
binaryProtocol in interface com.singlestore.jdbc.message.ClientMessagepublic String description()
description in interface com.singlestore.jdbc.message.ClientMessagepublic void setPrepareResult(PrepareResultPacket prepareResult)
setPrepareResult in interface RedoableWithPrepareClientMessageCopyright © 2023 SingleStore. All rights reserved.