Doctrine\DBAL\Statement::getWrappedStatement PHP Method

getWrappedStatement() public method

Gets the wrapped driver statement.
public getWrappedStatement ( ) : Doctrine\DBAL\Driver\Statement
return Doctrine\DBAL\Driver\Statement
    public function getWrappedStatement()
    {
        return $this->stmt;
    }