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 |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
LoggingManager.log(Cursor c,
Action a)
Log an action on cursor.
|
void |
ILoggingManager.log(Cursor c,
Action a) |
Constructor and Description |
---|
FieldsLookup(Cursor cursor,
BasicCursor otherCursor,
Runnable lookupChangeCallback,
Function<FieldsLookup,Void> newLookupCallback) |
Modifier and Type | Method and Description |
---|---|
<T extends Cursor> |
TriggerDispatcher.registerTrigger(TriggerType type,
Class<T> cursorClass,
Consumer<? super T> consumer) |
Modifier and Type | Method and Description |
---|---|
void |
TriggerDispatcher.fireTrigger(TriggerType type,
Cursor cursor) |
Modifier and Type | Class and Description |
---|---|
class |
CalllogCursor |
class |
GrainsCursor |
class |
LogCursor |
class |
LogsetupCursor |
class |
PermissionsCursor |
class |
RolesCursor |
class |
SequencesCursor |
class |
SessionlogCursor |
class |
TablesCursor |
class |
UserrolesCursor |
Modifier and Type | Class and Description |
---|---|
class |
HeaderCursor |
class |
LineCursor |
Copyright © 2023 CURS. All rights reserved.