Amp\Mysql\Stmt::fetch PHP Метод

fetch() публичный Метод

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