Uses of Class
ru.curs.celesta.dbutils.Cursor
-
Packages that use Cursor Package Description ru.curs.celesta.dbutils Package with DB utils.ru.curs.celesta.dbutils.filter.value Auxiliary filter classes.ru.curs.celesta.event Trigger event dispatching.ru.curs.celesta.syscursors Contains basic types for cursors for system tables.s1 -
-
Uses of Cursor in ru.curs.celesta.dbutils
Methods in ru.curs.celesta.dbutils that return Cursor Modifier and Type Method Description static CursorCursor. create(Table table, CallContext callContext)Creates a table specific cursor.static CursorCursor. create(Table table, CallContext callContext, Set<String> fields)Creates a table specific cursor.CursorCursor. getXRec()Returns a copy of the buffer containing values that were received by the last read from the database.Methods in ru.curs.celesta.dbutils with parameters of type Cursor Modifier and Type Method Description voidILoggingManager. log(Cursor c, Action a)voidLoggingManager. log(Cursor c, Action a)Log an action on cursor. -
Uses of Cursor in ru.curs.celesta.dbutils.filter.value
Constructors in ru.curs.celesta.dbutils.filter.value with parameters of type Cursor Constructor Description FieldsLookup(Cursor cursor, BasicCursor otherCursor, Runnable lookupChangeCallback, Function<FieldsLookup,Void> newLookupCallback) -
Uses of Cursor in ru.curs.celesta.event
Methods in ru.curs.celesta.event with type parameters of type Cursor Modifier and Type Method Description <T extends Cursor>
voidTriggerDispatcher. registerTrigger(TriggerType type, Class<T> cursorClass, Consumer<? super T> consumer)Methods in ru.curs.celesta.event with parameters of type Cursor Modifier and Type Method Description voidTriggerDispatcher. fireTrigger(TriggerType type, Cursor cursor) -
Uses of Cursor in ru.curs.celesta.syscursors
Subclasses of Cursor in ru.curs.celesta.syscursors Modifier and Type Class Description classCalllogCursorclassGrainsCursorclassLogCursorclassLogsetupCursorclassPermissionsCursorclassRolesCursorclassSequencesCursorclassSessionlogCursorclassTablesCursorclassUserrolesCursor -
Uses of Cursor in s1
Subclasses of Cursor in s1 Modifier and Type Class Description classHeaderCursorclassLineCursor
-