Package | Description |
---|---|
com.arangodb | |
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 |
---|---|
<T> ArangoCursor<T> |
ArangoCursorInitializer.createInstance(com.arangodb.internal.InternalArangoDatabase<?,?> db,
com.arangodb.internal.ArangoCursorExecute execute,
Class<T> type,
CursorEntity result) |
Copyright © 2016–2018 ArangoDB GmbH. All rights reserved.