| Package | Description |
|---|---|
| ru.curs.celesta.dbutils |
Contains tools for working with the database, including the system
for an automatic update of the database structure.
|
| ru.curs.celesta.dbutils.filter.value | |
| ru.curs.celesta.event |
| 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 |
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) |
Copyright © 2022 CURS. All rights reserved.