Amp\Mysql\Stmt::fetch PHP Méthode

fetch() public méthode

@TODO not necessary, see cursor?!
public fetch ( )
    public function fetch()
    {
        return $this->conn()->fetchStmt($this->stmtId);
    }