PrepareOkPacket constructor

PrepareOkPacket({
  1. int? statementHandlerId,
  2. int columnCount = 0,
  3. int parameterCount = 0,
  4. int? warningCount,
})

Implementation

PrepareOkPacket({this.statementHandlerId, this.columnCount = 0, this.parameterCount = 0, this.warningCount});