Interface Doctrine\DBAL\Result

extends Result

This interfaces contains methods allowing forward compatibility with v3.0 Result

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