public abstract class CommandPacket extends MySQLPacket
PAYLOAD_LENGTH, SEQUENCE_LENGTH
Constructor and Description |
---|
CommandPacket(int sequenceId) |
Modifier and Type | Method and Description |
---|---|
abstract CommandResponsePackets |
execute()
Execute command.
|
abstract DatabaseProtocolPacket |
getResultValue()
Get result value.
|
abstract boolean |
hasMoreResultValue()
Has more result value.
|
write
public abstract CommandResponsePackets execute()
public abstract boolean hasMoreResultValue()
public abstract DatabaseProtocolPacket getResultValue()
Copyright © 2018. All rights reserved.