public interface RedoableClientMessage
extends com.singlestore.jdbc.message.ClientMessage
| Modifier and Type | Method and Description |
|---|---|
default int |
encode(Writer writer,
com.singlestore.jdbc.client.Context context,
Prepare newPrepareResult) |
default void |
ensureReplayable(com.singlestore.jdbc.client.Context context) |
default int |
reEncode(Writer writer,
com.singlestore.jdbc.client.Context context,
Prepare newPrepareResult) |
default void |
saveParameters() |
default void saveParameters()
default void ensureReplayable(com.singlestore.jdbc.client.Context context)
throws IOException,
SQLException
IOExceptionSQLExceptiondefault int encode(Writer writer, com.singlestore.jdbc.client.Context context, Prepare newPrepareResult) throws IOException, SQLException
IOExceptionSQLExceptiondefault int reEncode(Writer writer, com.singlestore.jdbc.client.Context context, Prepare newPrepareResult) throws IOException, SQLException
IOExceptionSQLExceptionCopyright © 2023 SingleStore. All rights reserved.