| Package | Description |
|---|---|
| ru.curs.celesta.dbutils |
Classes for interaction with RDBMS.
|
| ru.curs.celesta.score |
Package containing metadata of table structure.
|
| Modifier and Type | Method and Description |
|---|---|
abstract GrainElement |
CsqlBasicDataAccessor.meta()
Metadata object (table, view or sequence) on the basis of which current data object was created.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractView
Base class for all view data elements.
|
class |
BasicTable
Super class for
Table and ReadOnlyTable that encompasses common logic
for both table types. |
class |
DataGrainElement
Parent class for grain elements containing data.
|
class |
Index
Table index.
|
class |
MaterializedView
Materialized view data element.
|
class |
ParameterizedView
Parameterized View object in metadata.
|
class |
ReadOnlyTable
Read Only Table object in metadata.
|
class |
SequenceElement
Sequence object in metadata.
|
class |
Table
Table object in metadata.
|
class |
View
View object in metadata.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends GrainElement> |
Grain.getElement(String name,
Class<T> classOfElement)
Returns an element by its name and class or throws an exception with the message
that element is not found.
|
<T extends GrainElement> |
Grain.getElements(Class<T> classOfElement)
Returns a set of elements of specified type defined in the grain.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Expr.resolveFieldRefs(GrainElement ge)
Resolves references to the fields of tables using the context of current
object of the score.
|
Copyright © 2023 CURS. All rights reserved.