Module rincon_client::cursor::methods [] [src]

Methods for executing AQL queries.

Structs

CreateCursor

Executes a query and returns a cursor with the first result set.

DeleteCursor

Deletes the cursor and frees the resources associated with it.

ReadNextBatchFromCursor

Reads the next batch of results from a cursor.