$_cursorOptions
$_cursorOptions : array
An array of BatchPartCursor options
Provides batch part functionality
$_batch : \triagens\ArangoDb\Batch
The batch that this instance is part of
setBatch(\triagens\ArangoDb\Batch $batch) : \triagens\ArangoDb\Batch
Sets the id for the current batch part.
\triagens\ArangoDb\Batch | $batch |
setId(mixed $id) : \triagens\ArangoDb\Batch
Sets the id for the current batch part.
mixed | $id |
getId() : \triagens\ArangoDb\Batch
Gets the id for the current batch part.
setType(mixed $type) : \triagens\ArangoDb\Batch
Sets the type for the current batch part.
mixed | $type |
getType() : \triagens\ArangoDb\Batch
Gets the type for the current batch part.
setRequest(mixed $request) : \triagens\ArangoDb\Batch
Sets the request for the current batch part.
mixed | $request |
getRequest() : \triagens\ArangoDb\Batch
Gets the request for the current batch part.
setResponse(mixed $response) : \triagens\ArangoDb\Batch
Sets the response for the current batch part.
mixed | $response |
getResponse() : \triagens\ArangoDb\HttpResponse
Gets the response for he current batch part.