Interface Doctrine\DBAL\Abstraction\Result

extends Result

Abstraction-level result statement execution result. Provides additional methods on top of the driver-level interface.

Methods
Methods inherited from Doctrine\DBAL\Driver\Result
fetchNumeric(), fetchAssociative(), fetchOne(), fetchAllNumeric(), fetchAllAssociative(), fetchFirstColumn(), rowCount(), columnCount(), free()