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