Package org.mariadb.r2dbc.message.server
Class PrepareResultPacket
- java.lang.Object
-
- org.mariadb.r2dbc.message.server.PrepareResultPacket
-
- All Implemented Interfaces:
ServerMessage
public final class PrepareResultPacket extends Object implements ServerMessage
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PrepareResultPacketdecode(Sequencer sequencer, io.netty.buffer.ByteBuf buffer, Context context, boolean continueOnEnd)booleanending()intgetNumColumns()intgetNumParams()intgetStatementId()booleanisContinueOnEnd()booleanisEofDeprecated()-
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
refCnt, release, resultSetEnd
-
-
-
-
Method Detail
-
ending
public boolean ending()
- Specified by:
endingin interfaceServerMessage
-
isContinueOnEnd
public boolean isContinueOnEnd()
-
decode
public static PrepareResultPacket decode(Sequencer sequencer, io.netty.buffer.ByteBuf buffer, Context context, boolean continueOnEnd)
-
getStatementId
public int getStatementId()
-
getNumColumns
public int getNumColumns()
-
getNumParams
public int getNumParams()
-
isEofDeprecated
public boolean isEofDeprecated()
-
-