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