Cassandra\Rows::nextPage PHP 메소드

nextPage() 공개 메소드

Get the next page of results.
public nextPage ( float | null $timeout = null ) : Rows | null
$timeout float | null
리턴 Rows | null loads and returns next result page
    public function nextPage($timeout = null)
    {
    }