ENTRY_ID
ENTRY_ID
result entry for cursor id
Provides access to the results of a read-only statement
The cursor might not contain all results in the beginning.
If the result set is too big to be transferred in one go, the
cursor might issue additional HTTP requests to fetch the
remaining results from the server.
$_connection : \triagens\ArangoDb\Connection
The connection object
__construct(\triagens\ArangoDb\Connection $connection, array $data, array $options) : \triagens\ArangoDb\Cursor
Initialise the cursor with the first results and some metadata
\triagens\ArangoDb\Connection | $connection |
|
array | $data |
|
array | $options |
|
valid() : boolean
Check if cursor can be advanced further, necessary for Iterator
This might issue additional HTTP requests to fetch any outstanding results from the server