MySQLPacketBinaryResultSet class

Representa um result set binário conforme o protocolo MySQL.

Esse pacote encapsula os dados de um result set que foi enviado em formato binário, geralmente como resultado da execução de um prepared statement.

Contém:

Inheritance

Constructors

MySQLPacketBinaryResultSet.new({required BigInt columnCount, required List<MySQLColumnDefinitionPacket> columns, required List<MySQLBinaryResultSetRowPacket> rows})

Properties

columnCount BigInt
Número de colunas no result set.
final
columns List<MySQLColumnDefinitionPacket>
Lista de definições das colunas.
final
hashCode int
The hash code for this object.
no setterinherited
rows List<MySQLBinaryResultSetRowPacket>
Lista de linhas do result set.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

encode() Uint8List
Método de codificação não implementado.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited