MySQLPacketStmtPrepareOK constructor
MySQLPacketStmtPrepareOK({})
Implementation
MySQLPacketStmtPrepareOK({
required this.header,
required this.stmtID,
required this.numOfCols,
required this.numOfParams,
required this.numOfWarnings,
});