final class ResultSet

Buffered rows together with metadata that remains available for an empty result.

Type Aliases§

Row = import from TableDefinition

Properties§

public array<int, Row> $rows
public list<ResultColumn> $columns

Methods§

public function __construct(public array<int, Row> $rows, public list<ResultColumn> $columns)

Parameters

$rowsarray<int, Row>
$columnslist<ResultColumn>
Test cases 1

Test cases 16§

Test cases that cover or call this symbol, from the coverage report and from the analyzed test sources.

Dedicated tests 1
Other tests reaching this symbol 15

Relations§

Instantiated in 3
Type declarations 6