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
IOExceptionpublic ResultPacket.ResultType getResultType()
getResultType in class ResultPacketpublic byte getPacketSeq()
getPacketSeq in class ResultPacketpublic long getAffectedRows()
public long getInsertId()
public short getServerStatus()
public short getWarnings()
public String getMessage()
Copyright © 2014. All rights reserved.