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 Cursor
Cursor. create(Table table, CallContext callContext)
Creates a table specific cursor.static Cursor
Cursor. create(Table table, CallContext callContext, Set<String> fields)
Creates a table specific cursor.Cursor
Cursor. 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 void
ILoggingManager. log(Cursor c, Action a)
void
LoggingManager. 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 void
TriggerDispatcher. 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 class
CalllogCursor
class
GrainsCursor
class
LogCursor
class
LogsetupCursor
class
PermissionsCursor
class
RolesCursor
class
SequencesCursor
class
SessionlogCursor
class
TablesCursor
class
UserrolesCursor
-
Uses of Cursor in s1
Subclasses of Cursor in s1 Modifier and Type Class Description class
HeaderCursor
class
LineCursor
-