| Package | Description |
|---|---|
| ru.curs.celesta |
Root package of Celesta classes.
|
| ru.curs.celesta.dbutils |
Contains tools for working with the database, including the system
for an automatic update of the database structure.
|
| Modifier and Type | Method and Description |
|---|---|
BasicDataAccessor |
CallContext.getLastDataAccessor()
Returns the last data accessor object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CallContext.setLastDataAccessor(BasicDataAccessor dataAccessor)
Set the last data accessor object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicCursor
Base cursor class for reading data from views.
|
class |
Cursor
Cursor class for data modification in tables.
|
class |
MaterializedViewCursor
Materialized view Cursor.
|
class |
ParameterizedViewCursor
Parameterized view cursor.
|
class |
ReadOnlyTableCursor
Cursor for tables that are defined only for reading.
|
class |
Sequence
Sequence class for working with DB sequences.
|
class |
ViewCursor
Base class of cursor for viewing data in views.
|
Copyright © 2021 CURS. All rights reserved.