public final class ComStmtPrepareOKPacket extends MySQLPacket
PAYLOAD_LENGTH, SEQUENCE_LENGTH| Constructor and Description |
|---|
ComStmtPrepareOKPacket(int sequenceId,
int statementId,
int numColumns,
int numParameters,
int warningCount) |
| Modifier and Type | Method and Description |
|---|---|
void |
write(MySQLPacketPayload mysqlPacketPayload)
Write packet to byte buffer.
|
public ComStmtPrepareOKPacket(int sequenceId,
int statementId,
int numColumns,
int numParameters,
int warningCount)
public void write(MySQLPacketPayload mysqlPacketPayload)
MySQLPacketwrite in class MySQLPacketmysqlPacketPayload - packet payload to be writeCopyright © 2018. All rights reserved.