Class 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 Detail

      • ClosePreparePacket

        public ClosePreparePacket​(int statementId)
    • Method Detail

      • encode

        public reactor.core.publisher.Mono<io.netty.buffer.ByteBuf> encode​(Context context,
                                                                           io.netty.buffer.ByteBufAllocator allocator)
        Specified by:
        encode in interface ClientMessage