Uses of Class
ru.curs.celesta.score.DataGrainElement
Packages that use DataGrainElement
Package
Description
Package with DB utils.
Adaptors for various RDBMS.
Auxiliary filter classes.
Objects for query parts.
Package containing metadata of table structure.
-
Uses of DataGrainElement in ru.curs.celesta.dbutils
Methods in ru.curs.celesta.dbutils that return DataGrainElementMethods in ru.curs.celesta.dbutils with parameters of type DataGrainElementModifier and TypeMethodDescriptionQueryBuildingHelper.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 DataGrainElementModifier and TypeMethodDescriptionFirebirdAdaptor.getInFilterClause(DataGrainElement dge, DataGrainElement otherDge, List<String> fields, List<String> otherFields, String whereForOtherTable) H2Adaptor.getInFilterClause(DataGrainElement dge, DataGrainElement otherDge, List<String> fields, List<String> otherFields, String otherWhere) MSSQLAdaptor.getInFilterClause(DataGrainElement dge, DataGrainElement otherDge, List<String> fields, List<String> otherFields, String otherWhere) OraAdaptor.getInFilterClause(DataGrainElement dge, DataGrainElement otherDge, List<String> fields, List<String> otherFields, String otherWhere) 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 -
Uses of DataGrainElement in ru.curs.celesta.dbutils.query
Methods in ru.curs.celesta.dbutils.query that return DataGrainElementMethods in ru.curs.celesta.dbutils.query with parameters of type DataGrainElement -
Uses of DataGrainElement in ru.curs.celesta.score
Subclasses of DataGrainElement in ru.curs.celesta.scoreModifier and TypeClassDescriptionclassBase class for all view data elements.classSuper class forTableandReadOnlyTablethat encompasses common logic for both table types.final classMaterialized view data element.final classParameterized View object in metadata.final classRead Only Table object in metadata.final classTable object in metadata.classView object in metadata.