Methods |
public
|
fetchAllKeyValue(): array<mixed, mixed>
Returns an array containing the values of the first column of the result.
Returns an array containing the values of the first column of the result.
Throws
Implemented by
|
#
|
public
|
fetchAllAssociativeIndexed(): array<mixed, array<string, mixed>>
Returns an associative array with the keys mapped to the first column and the values being
an associative array…
Returns an associative array with the keys mapped to the first column and the values being
an associative array representing the rest of the columns and their values.
Throws
Implemented by
|
#
|
public
|
iterateKeyValue(): Traversable<mixed, mixed>
Returns an iterator over the result set with the values of the first column of the result
Returns an iterator over the result set with the values of the first column of the result
Throws
Implemented by
|
#
|
public
|
iterateAssociativeIndexed(): Traversable<mixed, array<string, mixed>>
Returns an iterator over the result set with the keys mapped to the first column and the values being
an associative…
Returns an iterator over the result set with the keys mapped to the first column and the values being
an associative array representing the rest of the columns and their values.
Throws
Implemented by
|
#
|