Package | Description |
---|---|
com.arangodb | |
com.arangodb.internal | |
com.arangodb.util |
Modifier and Type | Method and Description |
---|---|
<T> ArangoCursor<T> |
ArangoDatabase.cursor(String cursorId,
Class<T> type)
Return an cursor from the given cursor-ID if still existing
|
<T> ArangoCursor<T> |
ArangoDatabase.query(String query,
Map<String,Object> bindVars,
AqlQueryOptions options,
Class<T> type)
Create a cursor and return the first results
|
Modifier and Type | Method and Description |
---|---|
protected ArangoCursorIterator<T> |
ArangoCursor.createIterator(ArangoCursor<T> cursor,
InternalArangoDatabase<?,?,?,?> db,
ArangoCursorExecute execute,
CursorEntity result) |
Constructor and Description |
---|
ArangoCursorIterator(ArangoCursor<T> cursor,
ArangoCursorExecute execute,
InternalArangoDatabase<?,?,?,?> db,
CursorEntity result) |
Modifier and Type | Method and Description |
---|---|
<T> ArangoCursor<T> |
ArangoCursorInitializer.createInstance(InternalArangoDatabase<?,?,?,?> db,
ArangoCursorExecute execute,
Class<T> type,
CursorEntity result) |
Copyright © 2016–2017 ArangoDB GmbH. All rights reserved.