Uses of Interface
com._1c.g5.v8.dt.ql.model.QuerySchemaGroupingSets
- 
Packages that use QuerySchemaGroupingSets Package Description com._1c.g5.v8.dt.ql.model com._1c.g5.v8.dt.ql.model.impl com._1c.g5.v8.dt.ql.model.util com._1c.g5.v8.dt.qw.ui.editproviders 
- 
- 
Uses of QuerySchemaGroupingSets in com._1c.g5.v8.dt.ql.modelMethods in com._1c.g5.v8.dt.ql.model that return QuerySchemaGroupingSets Modifier and Type Method Description QuerySchemaGroupingSetsQlFactory. createQuerySchemaGroupingSets()Returns a new object of class 'Query Schema Grouping Sets'.Methods in com._1c.g5.v8.dt.ql.model that return types with arguments of type QuerySchemaGroupingSets Modifier and Type Method Description org.eclipse.emf.common.util.EList<QuerySchemaGroupingSets>QuerySchemaOperator. getGroupingSets()Returns the value of the 'Grouping Sets' containment reference list.
- 
Uses of QuerySchemaGroupingSets in com._1c.g5.v8.dt.ql.model.implClasses in com._1c.g5.v8.dt.ql.model.impl that implement QuerySchemaGroupingSets Modifier and Type Class Description classQuerySchemaGroupingSetsImplAn implementation of the model object 'Query Schema Grouping Sets'.Methods in com._1c.g5.v8.dt.ql.model.impl that return QuerySchemaGroupingSets Modifier and Type Method Description QuerySchemaGroupingSetsQlFactoryImpl. createQuerySchemaGroupingSets()Methods in com._1c.g5.v8.dt.ql.model.impl that return types with arguments of type QuerySchemaGroupingSets Modifier and Type Method Description org.eclipse.emf.common.util.EList<QuerySchemaGroupingSets>QuerySchemaOperatorImpl. getGroupingSets()
- 
Uses of QuerySchemaGroupingSets in com._1c.g5.v8.dt.ql.model.utilMethods in com._1c.g5.v8.dt.ql.model.util with parameters of type QuerySchemaGroupingSets Modifier and Type Method Description TQlSwitch. caseQuerySchemaGroupingSets(QuerySchemaGroupingSets object)Returns the result of interpreting the object as an instance of 'Query Schema Grouping Sets'.
- 
Uses of QuerySchemaGroupingSets in com._1c.g5.v8.dt.qw.ui.editprovidersConstructors in com._1c.g5.v8.dt.qw.ui.editproviders with parameters of type QuerySchemaGroupingSets Constructor Description GroupingsEditProvider(QueryWizardSource source, QuerySchemaGroupingSets currentGroupingSets)Constructor with actualQuerySchemaGroupingSets
 
-