Uses of Class
com.c8db.entity.CursorEntity
-
Packages that use CursorEntity Package Description com.c8db.internal com.c8db.internal.cursor com.c8db.util -
-
Uses of CursorEntity in com.c8db.internal
Methods in com.c8db.internal that return CursorEntity Modifier and Type Method Description CursorEntityC8CursorExecute. next(String id, Map<String,String> meta) -
Uses of CursorEntity in com.c8db.internal.cursor
Methods in com.c8db.internal.cursor that return CursorEntity Modifier and Type Method Description CursorEntityC8CursorIterator. getResult()Methods in com.c8db.internal.cursor with parameters of type CursorEntity 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 CursorEntity Constructor Description C8CursorImpl(InternalC8Database<?,?> db, C8CursorExecute execute, Class<T> type, CursorEntity result)C8CursorIterator(C8Cursor<T> cursor, C8CursorExecute execute, InternalC8Database<?,?> db, CursorEntity result) -
Uses of CursorEntity in com.c8db.util
Methods in com.c8db.util with parameters of type CursorEntity Modifier and Type Method Description <T> C8Cursor<T>C8CursorInitializer. createInstance(InternalC8Database<?,?> db, C8CursorExecute execute, Class<T> type, CursorEntity result)
-