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 newArangoCursor
instance 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 newArangoCursor
instance for the result list.<T> ArangoCursor<T>
Performs a database query using the givenquery
andbindVars
, then returns a newArangoCursor
instance 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 givenquery
andbindVars
, then returns a newArangoCursor
instance for the result list. -
Uses of ArangoCursor in com.arangodb.internal
Methods in com.arangodb.internal that return ArangoCursorModifier and TypeMethodDescription<T> ArangoCursor<T>
<T> ArangoCursor<T>
ArangoDatabaseImpl.cursor
(String cursorId, Class<T> type, AqlQueryOptions options) <T> ArangoCursor<T>
<T> ArangoCursor<T>
ArangoDatabaseImpl.cursor
(String cursorId, Class<T> type, String nextBatchId, AqlQueryOptions options) <T> ArangoCursor<T>
<T> ArangoCursor<T>
ArangoDatabaseImpl.query
(String query, Class<T> type, AqlQueryOptions options) <T> ArangoCursor<T>
<T> ArangoCursor<T>
ArangoDatabaseImpl.query
(String query, Class<T> type, Map<String, Object> bindVars, AqlQueryOptions options) -
Uses of ArangoCursor in com.arangodb.internal.cursor
Classes in com.arangodb.internal.cursor that implement ArangoCursor