Package org.mariadb.r2dbc.message.server
Class ColumnCountPacket
- java.lang.Object
-
- org.mariadb.r2dbc.message.server.ColumnCountPacket
-
- All Implemented Interfaces:
ServerMessage
public class ColumnCountPacket extends Object implements ServerMessage
-
-
Constructor Summary
Constructors Constructor Description ColumnCountPacket(int columnCount, boolean metaFollows)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ColumnCountPacketdecode(Sequencer sequencer, io.netty.buffer.ByteBuf buf, Context context)intgetColumnCount()booleanisMetaFollows()-
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.ServerMessage
ending, refCnt, release, resultSetEnd
-
-
-
-
Method Detail
-
decode
public static ColumnCountPacket decode(Sequencer sequencer, io.netty.buffer.ByteBuf buf, Context context)
-
getColumnCount
public int getColumnCount()
-
isMetaFollows
public boolean isMetaFollows()
-
-