| Package | Description |
|---|---|
| ru.curs.celesta.dbutils | |
| ru.curs.celesta.dbutils.adaptors | |
| ru.curs.celesta.dbutils.query | |
| ru.curs.celesta.score |
Package containing metadata of table structure.
|
| Modifier and Type | Method and Description |
|---|---|
String |
QueryBuildingHelper.getInFilterClause(DataGrainElement dge,
DataGrainElement otherDge,
List<String> fields,
List<String> otherFields,
String whereForOtherTable) |
| Modifier and Type | Method and Description |
|---|---|
String |
H2Adaptor.getInFilterClause(DataGrainElement dge,
DataGrainElement otherDge,
List<String> fields,
List<String> otherFields,
String otherWhere) |
String |
OraAdaptor.getInFilterClause(DataGrainElement dge,
DataGrainElement otherDge,
List<String> fields,
List<String> otherFields,
String otherWhere) |
String |
FirebirdAdaptor.getInFilterClause(DataGrainElement dge,
DataGrainElement otherDge,
List<String> fields,
List<String> otherFields,
String whereForOtherTable) |
String |
MSSQLAdaptor.getInFilterClause(DataGrainElement dge,
DataGrainElement otherDge,
List<String> fields,
List<String> otherFields,
String otherWhere) |
String |
PostgresAdaptor.getInFilterClause(DataGrainElement dge,
DataGrainElement otherDge,
List<String> fields,
List<String> otherFields,
String otherWhere) |
| Modifier and Type | Method and Description |
|---|---|
DataGrainElement |
FromClause.getGe()
Returns grain element.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FromClause.setGe(DataGrainElement ge)
Sets grain element.
|
| 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 |
MaterializedView
Materialized view data element.
|
class |
ParameterizedView
Parameterized View object in metadata.
|
class |
ReadOnlyTable
Read Only Table object in metadata.
|
class |
Table
Table object in metadata.
|
class |
View
View object in metadata.
|
Copyright © 2020 CURS. All rights reserved.