Package org.mariadb.jdbc.message.client
Interface RedoableClientMessage
- All Superinterfaces:
ClientMessage
- All Known Subinterfaces:
RedoableWithPrepareClientMessage
- All Known Implementing Classes:
BulkExecutePacket
,ChangeDbPacket
,ExecutePacket
,QueryPacket
,QueryWithParametersPacket
-
Method Summary
Modifier and TypeMethodDescriptiondefault int
encode
(PacketWriter writer, Context context, PrepareResultPacket newPrepareResult) default void
ensureReplayable
(Context context) default int
reEncode
(PacketWriter writer, Context context, PrepareResultPacket newPrepareResult) default void
Methods inherited from interface org.mariadb.jdbc.message.client.ClientMessage
batchUpdateLength, binaryProtocol, canSkipMeta, description, encode, readPacket
-
Method Details
-
saveParameters
default void saveParameters() -
ensureReplayable
- Throws:
IOException
SQLException
-
encode
default int encode(PacketWriter writer, Context context, PrepareResultPacket newPrepareResult) throws IOException, SQLException - Throws:
IOException
SQLException
-
reEncode
default int reEncode(PacketWriter writer, Context context, PrepareResultPacket newPrepareResult) throws IOException, SQLException - Throws:
IOException
SQLException
-