A cursor that reads progressively rows from the database, it is useful for reading very large result sets.
| package |
Default |
|---|
__construct()
close( $arg0 = null) : void
It should be called for prepared queries executed with a fetch size.
close()
Like @see \io\vertx\jphp\sqlclient\Cursor::close but with a completionHandler called when the cursor has been released.
param $completionHandler [callable] close($completionHandler)
callable
hasMore() : boolean
booleanwhether the cursor has more results,
read( $arg0, $arg1) : void
integer
callable