Uses of Interface
com.c8db.C8Cursor
-
Packages that use C8Cursor Package Description com.c8db com.c8db.internal com.c8db.internal.cursor com.c8db.util -
-
Uses of C8Cursor in com.c8db
Methods in com.c8db that return C8Cursor Modifier and Type Method Description <T> C8Cursor<T>C8Database. cursor(String cursorId, Class<T> type)Return an cursor from the given cursor-ID if still existing<T> C8Cursor<T>C8Database. executeUserQuery(String userName, String name, Map<String,Object> bindVars, Class<T> type)Executes a saved using query using the givennameandbindVars, then returns a newC8Cursorinstance for the result list.<T> C8Cursor<T>Restql. executeUserQuery(String name, Map<String,Object> bindVars, Class<T> type)Executes saved query by name<T> C8Cursor<T>Restql. executeUserQueryByUserNameAndName(String userName, String name, Map<String,Object> bindVars, Class<T> type)Executes saved query by name for the give user<T> C8Cursor<T>C8Database. query(String query, C8qlQueryOptions options, Class<T> type)Performs a database query using the givenquery, then returns a newArangoCursorinstance for the result list.<T> C8Cursor<T>C8Database. query(String query, Class<T> type)Performs a database query using the givenquery, then returns a newArangoCursorinstance for the result list.<T> C8Cursor<T>C8Database. query(String query, Map<String,Object> bindVars, C8qlQueryOptions options, Class<T> type)Performs a database query using the givenqueryandbindVars, then returns a newC8Cursorinstance for the result list.<T> C8Cursor<T>C8Database. query(String query, Map<String,Object> bindVars, Class<T> type)Performs a database query using the givenqueryandbindVars, then returns a newArangoCursorinstance for the result list. -
Uses of C8Cursor in com.c8db.internal
Methods in com.c8db.internal that return C8Cursor Modifier and Type Method Description <T> C8Cursor<T>C8DatabaseImpl. cursor(String cursorId, Class<T> type)<T> C8Cursor<T>C8DatabaseImpl. executeUserQuery(String userName, String name, Map<String,Object> bindVars, Class<T> type)<T> C8Cursor<T>RestqlImpl. executeUserQuery(String name, Map<String,Object> bindVars, Class<T> type)<T> C8Cursor<T>RestqlImpl. executeUserQueryByUserNameAndName(String userName, String name, Map<String,Object> bindVars, Class<T> type)<T> C8Cursor<T>C8DatabaseImpl. query(String query, C8qlQueryOptions options, Class<T> type)<T> C8Cursor<T>C8DatabaseImpl. query(String query, Class<T> type)<T> C8Cursor<T>C8DatabaseImpl. query(String query, Map<String,Object> bindVars, C8qlQueryOptions options, Class<T> type)<T> C8Cursor<T>C8DatabaseImpl. query(String query, Map<String,Object> bindVars, Class<T> type) -
Uses of C8Cursor in com.c8db.internal.cursor
Classes in com.c8db.internal.cursor that implement C8Cursor Modifier and Type Class Description classC8CursorImpl<T>Methods in com.c8db.internal.cursor with parameters of type C8Cursor Modifier and Type Method Description protected C8CursorIterator<T>C8CursorImpl. createIterator(C8Cursor<T> cursor, InternalC8Database<?,?> db, C8CursorExecute execute, CursorEntity result)Constructors in com.c8db.internal.cursor with parameters of type C8Cursor Constructor Description C8CursorIterator(C8Cursor<T> cursor, C8CursorExecute execute, InternalC8Database<?,?> db, CursorEntity result) -
Uses of C8Cursor in com.c8db.util
Methods in com.c8db.util that return C8Cursor Modifier and Type Method Description <T> C8Cursor<T>C8CursorInitializer. createInstance(InternalC8Database<?,?> db, C8CursorExecute execute, Class<T> type, CursorEntity result)
-