Package org.mariadb.r2dbc.message.client
Class ClosePreparePacket
- java.lang.Object
-
- org.mariadb.r2dbc.message.client.ClosePreparePacket
-
- All Implemented Interfaces:
ClientMessage
public final class ClosePreparePacket extends Object implements ClientMessage
COM_STMT_CLOSE packet. See https://mariadb.com/kb/en/3-binary-protocol-prepared-statements-com_stmt_close/
-
-
Constructor Summary
Constructors Constructor Description ClosePreparePacket(int statementId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description reactor.core.publisher.Mono<io.netty.buffer.ByteBuf>encode(Context context, io.netty.buffer.ByteBufAllocator allocator)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.mariadb.r2dbc.message.ClientMessage
getSequencer, releaseSave, resetSequencer, save
-
-
-
-
Method Detail
-
encode
public reactor.core.publisher.Mono<io.netty.buffer.ByteBuf> encode(Context context, io.netty.buffer.ByteBufAllocator allocator)
- Specified by:
encodein interfaceClientMessage
-
-