Interface Doctrine\DBAL\ForwardCompatibility\DriverStatement

extends Statement, Result
Methods inherited from Doctrine\DBAL\Driver\Statement
bindValue(), bindParam(), errorCode(), errorInfo(), execute(), rowCount()
Methods inherited from Doctrine\DBAL\Driver\ResultStatement
closeCursor(), columnCount(), setFetchMode(), fetch(), fetchAll(), fetchColumn()
Methods inherited from Doctrine\DBAL\Result
fetchAllKeyValue(), fetchAllAssociativeIndexed(), iterateKeyValue(), iterateAssociativeIndexed()
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()