Facile\DoctrineMySQLComeBack\Doctrine\DBAL\Connection::prepareWrapped PHP 메소드

prepareWrapped() 보호된 메소드

returns a reconnect-wrapper for Statements.
protected prepareWrapped ( $sql ) : Statement
$sql
리턴 Statement
    protected function prepareWrapped($sql)
    {
        return new Statement($sql, $this);
    }