extends |
Result |
---|
Abstraction-level result statement execution result. Provides additional methods on top of the driver-level interface.
Methods | ||
---|---|---|
public
|
iterateNumeric(): Traversable<int, array<int, mixed>>
|
# |
public
|
iterateAssociative(): Traversable<int, array<string, mixed>>
|
# |
public
|
iterateColumn(): Traversable<int, mixed>
|
# |
Methods inherited from Doctrine\DBAL\Driver\Result |
---|
fetchNumeric(), fetchAssociative(), fetchOne(), fetchAllNumeric(), fetchAllAssociative(), fetchFirstColumn(), rowCount(), columnCount(), free() |