MySQLPacketResultSet constructor
MySQLPacketResultSet({
- required BigInt columnCount,
- required List<
MySQLColumnDefinitionPacket> columns, - required List<
MySQLResultSetRowPacket> rows,
Implementation
MySQLPacketResultSet({
required this.columnCount,
required this.columns,
required this.rows,
});