Uses of Class
ru.curs.celesta.score.DataGrainElement
-
Packages that use DataGrainElement Package Description ru.curs.celesta.dbutils Package with DB utils.ru.curs.celesta.dbutils.adaptors Adaptors for various RDBMS.ru.curs.celesta.dbutils.filter.value Auxiliary filter classes.ru.curs.celesta.dbutils.query Objects for query parts.ru.curs.celesta.score Package containing metadata of table structure. -
-
Uses of DataGrainElement in ru.curs.celesta.dbutils
Methods in ru.curs.celesta.dbutils that return DataGrainElement Modifier and Type Method Description abstract DataGrainElement
BasicCursor. meta()
Methods in ru.curs.celesta.dbutils with parameters of type DataGrainElement Modifier and Type Method Description String
QueryBuildingHelper. getInFilterClause(DataGrainElement dge, DataGrainElement otherDge, List<String> fields, List<String> otherFields, String whereForOtherTable)
-
Uses of DataGrainElement in ru.curs.celesta.dbutils.adaptors
Methods in ru.curs.celesta.dbutils.adaptors with parameters of type DataGrainElement Modifier and Type Method Description String
FirebirdAdaptor. getInFilterClause(DataGrainElement dge, DataGrainElement otherDge, List<String> fields, List<String> otherFields, String whereForOtherTable)
String
H2Adaptor. getInFilterClause(DataGrainElement dge, DataGrainElement otherDge, List<String> fields, List<String> otherFields, String otherWhere)
String
MSSQLAdaptor. 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
PostgresAdaptor. getInFilterClause(DataGrainElement dge, DataGrainElement otherDge, List<String> fields, List<String> otherFields, String otherWhere)
-
Uses of DataGrainElement in ru.curs.celesta.dbutils.filter.value
Methods in ru.curs.celesta.dbutils.filter.value that return DataGrainElement Modifier and Type Method Description DataGrainElement
FieldsLookup. getFiltered()
DataGrainElement
FieldsLookup. getFiltering()
-
Uses of DataGrainElement in ru.curs.celesta.dbutils.query
Methods in ru.curs.celesta.dbutils.query that return DataGrainElement Modifier and Type Method Description DataGrainElement
FromClause. getGe()
Returns grain element.Methods in ru.curs.celesta.dbutils.query with parameters of type DataGrainElement Modifier and Type Method Description void
FromClause. setGe(DataGrainElement ge)
Sets grain element. -
Uses of DataGrainElement in ru.curs.celesta.score
Subclasses of DataGrainElement in ru.curs.celesta.score Modifier and Type Class Description class
AbstractView
Base class for all view data elements.class
BasicTable
Super class forTable
andReadOnlyTable
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.
-