Uses of Interface
com.arangodb.ArangoCursor
Packages that use ArangoCursor
-
Uses of ArangoCursor in com.arangodb
Methods in com.arangodb that return ArangoCursorModifier and TypeMethodDescription<T> ArangoCursor<T>Return an cursor from the given cursor-ID if still existing<T> ArangoCursor<T>ArangoDatabase.cursor(String cursorId, Class<T> type, AqlQueryOptions options) Return an cursor from the given cursor-ID if still existing<T> ArangoCursor<T>Return an cursor from the given cursor-ID if still existing<T> ArangoCursor<T>ArangoDatabase.cursor(String cursorId, Class<T> type, String nextBatchId, AqlQueryOptions options) Return an cursor from the given cursor-ID if still existing<T> ArangoCursor<T>Performs a database query using the givenquery, then returns a newArangoCursorinstance for the result list.<T> ArangoCursor<T>ArangoDatabase.query(String query, Class<T> type, AqlQueryOptions options) Performs a database query using the givenquery, then returns a newArangoCursorinstance for the result list.<T> ArangoCursor<T>Performs a database query using the givenqueryandbindVars, then returns a newArangoCursorinstance for the result list.<T> ArangoCursor<T>ArangoDatabase.query(String query, Class<T> type, Map<String, Object> bindVars, AqlQueryOptions options) Performs a database query using the givenqueryandbindVars, then returns a newArangoCursorinstance for the result list.