public class OKPacket extends ResultPacket
ResultPacket.ResultType
Modifier and Type | Method and Description |
---|---|
long |
getAffectedRows() |
long |
getInsertId() |
String |
getMessage() |
byte |
getPacketSeq() |
ResultPacket.ResultType |
getResultType() |
short |
getServerStatus() |
short |
getWarnings() |
String |
toString() |
public OKPacket(RawPacket rawPacket) throws IOException
IOException
public ResultPacket.ResultType getResultType()
getResultType
in class ResultPacket
public byte getPacketSeq()
getPacketSeq
in class ResultPacket
public long getAffectedRows()
public long getInsertId()
public short getServerStatus()
public short getWarnings()
public String getMessage()
Copyright © 2015. All rights reserved.