Uses of Class
org.mariadb.r2dbc.message.server.EofPacket
-
Packages that use EofPacket Package Description org.mariadb.r2dbc.message.server -
-
Uses of EofPacket in org.mariadb.r2dbc.message.server
Methods in org.mariadb.r2dbc.message.server that return EofPacket Modifier and Type Method Description static EofPacketEofPacket. decode(Sequencer sequencer, io.netty.buffer.ByteBuf buf, Context context, boolean resultSetEnd)static EofPacketEofPacket. decodeOutputParam(Sequencer sequencer, io.netty.buffer.ByteBuf buf, Context context)This is for mysql that doesn't send MORE_RESULTS_EXISTS flag, but sending an OK_Packet after, breaking protocol.
-