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 DataGrainElementBasicCursor. meta()Methods in ru.curs.celesta.dbutils with parameters of type DataGrainElement Modifier and Type Method Description StringQueryBuildingHelper. 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 StringFirebirdAdaptor. getInFilterClause(DataGrainElement dge, DataGrainElement otherDge, List<String> fields, List<String> otherFields, String whereForOtherTable)StringH2Adaptor. getInFilterClause(DataGrainElement dge, DataGrainElement otherDge, List<String> fields, List<String> otherFields, String otherWhere)StringMSSQLAdaptor. getInFilterClause(DataGrainElement dge, DataGrainElement otherDge, List<String> fields, List<String> otherFields, String otherWhere)StringOraAdaptor. getInFilterClause(DataGrainElement dge, DataGrainElement otherDge, List<String> fields, List<String> otherFields, String otherWhere)StringPostgresAdaptor. 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 DataGrainElementFieldsLookup. getFiltered()DataGrainElementFieldsLookup. 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 DataGrainElementFromClause. getGe()Returns grain element.Methods in ru.curs.celesta.dbutils.query with parameters of type DataGrainElement Modifier and Type Method Description voidFromClause. 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 classAbstractViewBase class for all view data elements.classBasicTableSuper class forTableandReadOnlyTablethat encompasses common logic for both table types.classMaterializedViewMaterialized view data element.classParameterizedViewParameterized View object in metadata.classReadOnlyTableRead Only Table object in metadata.classTableTable object in metadata.classViewView object in metadata.
-