Uses of Interface
ru.curs.celesta.ICallContext
-
Packages that use ICallContext Package Description ru.curs.celesta Package of Celesta central class.ru.curs.celesta.dbutils Package with DB utils.ru.curs.celesta.syscursors Contains basic types for cursors for system tables. -
-
Uses of ICallContext in ru.curs.celesta
Classes in ru.curs.celesta that implement ICallContext Modifier and Type Class Description class
CallContext
Call context containing a DB connection carrying a transaction and a user identifier.class
SystemCallContext
CallContext of system, which does not need any user. -
Uses of ICallContext in ru.curs.celesta.dbutils
Classes in ru.curs.celesta.dbutils with type parameters of type ICallContext Modifier and Type Class Description class
CsqlBasicDataAccessor<T extends ICallContext>
class
DbUpdater<T extends ICallContext>
-
Uses of ICallContext in ru.curs.celesta.syscursors
Methods in ru.curs.celesta.syscursors that return ICallContext Modifier and Type Method Description ICallContext
ISchemaCursor. callContext()
-