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.model
Methods in com._1c.g5.v8.dt.ql.model that return QuerySchemaGroupingSets Modifier and Type Method Description QuerySchemaGroupingSets
QlFactory. 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.impl
Classes in com._1c.g5.v8.dt.ql.model.impl that implement QuerySchemaGroupingSets Modifier and Type Class Description class
QuerySchemaGroupingSetsImpl
An 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 QuerySchemaGroupingSets
QlFactoryImpl. 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.util
Methods in com._1c.g5.v8.dt.ql.model.util with parameters of type QuerySchemaGroupingSets Modifier and Type Method Description T
QlSwitch. 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.editproviders
Constructors in com._1c.g5.v8.dt.qw.ui.editproviders with parameters of type QuerySchemaGroupingSets Constructor Description GroupingsEditProvider(QueryWizardSource source, QuerySchemaGroupingSets currentGroupingSets)
Constructor with actualQuerySchemaGroupingSets
-