Uses of Interface
com._1c.g5.v8.dt.ql.model.QuerySchemaSelectQuery
- 
- 
Uses of QuerySchemaSelectQuery in com._1c.g5.v8.dt.form.serviceMethods in com._1c.g5.v8.dt.form.service with parameters of type QuerySchemaSelectQuery Modifier and Type Method Description static Set<DbViewDef>DynamicListAttributeService. findPotentialMainTables(QuerySchemaSelectQuery query)The method search a potential main tables in aQuerySchemaSelectQuerymodel
- 
Uses of QuerySchemaSelectQuery in com._1c.g5.v8.dt.ql.dcs.modelSubinterfaces of QuerySchemaSelectQuery in com._1c.g5.v8.dt.ql.dcs.model Modifier and Type Interface Description interfaceDcsQuerySchemaSelectQueryA representation of the model object 'Dcs Query Schema Select Query'.
- 
Uses of QuerySchemaSelectQuery in com._1c.g5.v8.dt.ql.dcs.model.implClasses in com._1c.g5.v8.dt.ql.dcs.model.impl that implement QuerySchemaSelectQuery Modifier and Type Class Description classDcsQuerySchemaSelectQueryImplAn implementation of the model object 'Dcs Query Schema Select Query'.
- 
Uses of QuerySchemaSelectQuery in com._1c.g5.v8.dt.ql.dcs.model.utilMethods in com._1c.g5.v8.dt.ql.dcs.model.util with parameters of type QuerySchemaSelectQuery Modifier and Type Method Description TQlDcsSwitch. caseQuerySchemaSelectQuery(QuerySchemaSelectQuery object)Returns the result of interpreting the object as an instance of 'Query Schema Select Query'.
- 
Uses of QuerySchemaSelectQuery in com._1c.g5.v8.dt.ql.dcs.ui.foldingMethods in com._1c.g5.v8.dt.ql.dcs.ui.folding with parameters of type QuerySchemaSelectQuery Modifier and Type Method Description protected voidQlDcsFoldingRegionProvider. foldingForQuery(QuerySchemaSelectQuery query, org.eclipse.xtext.ui.editor.folding.IFoldingRegionAcceptor<org.eclipse.xtext.util.ITextRegion> foldingRegionAcceptor)Folding forQuerySchemaSelectQuery
- 
Uses of QuerySchemaSelectQuery in com._1c.g5.v8.dt.ql.dcs.validationMethods in com._1c.g5.v8.dt.ql.dcs.validation with parameters of type QuerySchemaSelectQuery Modifier and Type Method Description protected voidQlDcsValidator. checkEachDbView(org.eclipse.emf.ecore.EObject object, QuerySchemaSelectQuery query)voidQlDcsValidator. checkFieldNameSelectDcs(QuerySchemaSelectQuery query)voidQlDcsValidator. checkSelectDcsInUnionSelect(QuerySchemaSelectQuery query)voidQlDcsValidator. checkTotals(QuerySchemaSelectQuery query)protected intQlDcsValidator. exprInAliasSelectFields(QuerySchemaExpression expr, QuerySchemaSelectQuery query)
- 
Uses of QuerySchemaSelectQuery in com._1c.g5.v8.dt.ql.modelMethods in com._1c.g5.v8.dt.ql.model that return QuerySchemaSelectQuery Modifier and Type Method Description QuerySchemaSelectQueryQlFactory. createQuerySchemaSelectQuery()Returns a new object of class 'Query Schema Select Query'.QuerySchemaSelectQueryQuerySchemaNestedQuery. getQuery()Returns the value of the 'Query' containment reference.Methods in com._1c.g5.v8.dt.ql.model with parameters of type QuerySchemaSelectQuery Modifier and Type Method Description voidQuerySchemaNestedQuery. setQuery(QuerySchemaSelectQuery value)Sets the value of the 'Query' containment reference.
- 
Uses of QuerySchemaSelectQuery in com._1c.g5.v8.dt.ql.model.implClasses in com._1c.g5.v8.dt.ql.model.impl that implement QuerySchemaSelectQuery Modifier and Type Class Description classQuerySchemaSelectQueryImplAn implementation of the model object 'Query Schema Select Query'.Methods in com._1c.g5.v8.dt.ql.model.impl that return QuerySchemaSelectQuery Modifier and Type Method Description QuerySchemaSelectQueryQlFactoryImpl. createQuerySchemaSelectQuery()QuerySchemaSelectQueryQuerySchemaNestedQueryImpl. getQuery()Methods in com._1c.g5.v8.dt.ql.model.impl with parameters of type QuerySchemaSelectQuery Modifier and Type Method Description voidQuerySchemaNestedQueryImpl. setQuery(QuerySchemaSelectQuery newQuery)
- 
Uses of QuerySchemaSelectQuery in com._1c.g5.v8.dt.ql.model.utilMethods in com._1c.g5.v8.dt.ql.model.util with parameters of type QuerySchemaSelectQuery Modifier and Type Method Description TQlSwitch. caseQuerySchemaSelectQuery(QuerySchemaSelectQuery object)Returns the result of interpreting the object as an instance of 'Query Schema Select Query'.
- 
Uses of QuerySchemaSelectQuery in com._1c.g5.v8.dt.ql.resourceMethods in com._1c.g5.v8.dt.ql.resource with parameters of type QuerySchemaSelectQuery Modifier and Type Method Description protected DbViewDefQlDerivedStateComputer. createDbViewForEachQuery(QuerySchemaSelectQuery query)Creates DbView for select query
- 
Uses of QuerySchemaSelectQuery in com._1c.g5.v8.dt.ql.ui.foldingMethods in com._1c.g5.v8.dt.ql.ui.folding with parameters of type QuerySchemaSelectQuery Modifier and Type Method Description protected voidQlFoldingRegionProvider. foldingForQuery(QuerySchemaSelectQuery query, org.eclipse.xtext.ui.editor.folding.IFoldingRegionAcceptor<org.eclipse.xtext.util.ITextRegion> foldingRegionAcceptor)Folding forQuerySchemaSelectQuery
- 
Uses of QuerySchemaSelectQuery in com._1c.g5.v8.dt.ql.validation
- 
Uses of QuerySchemaSelectQuery in com._1c.g5.v8.dt.qw.ui.utilsMethods in com._1c.g5.v8.dt.qw.ui.utils that return types with arguments of type QuerySchemaSelectQuery Modifier and Type Method Description static Map<String,QuerySchemaSelectQuery>QueryWizardServiceUtils. getTempTables(QueryWizardSource source)Get temporary tables available for current querystatic Map<String,QuerySchemaSelectQuery>QueryWizardServiceUtils. getTempTables(QueryWizardSource source, int queryIndex)Get temporary tables available for query by index
 
-