Uses of Interface
com._1c.g5.v8.dt.ql.model.AbstractQuerySchemaQuery
- 
- 
Uses of AbstractQuerySchemaQuery in com._1c.g5.v8.dt.ql.dcs.modelSubinterfaces of AbstractQuerySchemaQuery 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 AbstractQuerySchemaQuery in com._1c.g5.v8.dt.ql.dcs.model.implClasses in com._1c.g5.v8.dt.ql.dcs.model.impl that implement AbstractQuerySchemaQuery Modifier and Type Class Description classDcsQuerySchemaSelectQueryImplAn implementation of the model object 'Dcs Query Schema Select Query'.
- 
Uses of AbstractQuerySchemaQuery in com._1c.g5.v8.dt.ql.dcs.model.utilMethods in com._1c.g5.v8.dt.ql.dcs.model.util with parameters of type AbstractQuerySchemaQuery Modifier and Type Method Description TQlDcsSwitch. caseAbstractQuerySchemaQuery(AbstractQuerySchemaQuery object)Returns the result of interpreting the object as an instance of 'Abstract Query Schema Query'.
- 
Uses of AbstractQuerySchemaQuery in com._1c.g5.v8.dt.ql.dcs.resourceMethods in com._1c.g5.v8.dt.ql.dcs.resource with parameters of type AbstractQuerySchemaQuery Modifier and Type Method Description protected voidQlDcsDerivedStateComputer. computeDbView(AbstractQuerySchemaQuery query, org.eclipse.xtext.resource.DerivedStateAwareResource resource)Compute all DbView for one query for Ql.Dcs
- 
Uses of AbstractQuerySchemaQuery in com._1c.g5.v8.dt.ql.modelSubinterfaces of AbstractQuerySchemaQuery in com._1c.g5.v8.dt.ql.model Modifier and Type Interface Description interfaceQuerySchemaDropTableQueryA representation of the model object 'Query Schema Drop Table Query'.interfaceQuerySchemaSelectQueryA representation of the model object 'Query Schema Select Query'.Methods in com._1c.g5.v8.dt.ql.model that return types with arguments of type AbstractQuerySchemaQuery Modifier and Type Method Description org.eclipse.emf.common.util.EList<AbstractQuerySchemaQuery>QuerySchema. getQueries()Returns the value of the 'Queries' containment reference list.
- 
Uses of AbstractQuerySchemaQuery in com._1c.g5.v8.dt.ql.model.implClasses in com._1c.g5.v8.dt.ql.model.impl that implement AbstractQuerySchemaQuery Modifier and Type Class Description classAbstractQuerySchemaQueryImplAn implementation of the model object 'Abstract Query Schema Query'.classQuerySchemaDropTableQueryImplAn implementation of the model object 'Query Schema Drop Table Query'.classQuerySchemaSelectQueryImplAn implementation of the model object 'Query Schema Select Query'.Methods in com._1c.g5.v8.dt.ql.model.impl that return types with arguments of type AbstractQuerySchemaQuery Modifier and Type Method Description org.eclipse.emf.common.util.EList<AbstractQuerySchemaQuery>QuerySchemaImpl. getQueries()
- 
Uses of AbstractQuerySchemaQuery in com._1c.g5.v8.dt.ql.model.utilMethods in com._1c.g5.v8.dt.ql.model.util with parameters of type AbstractQuerySchemaQuery Modifier and Type Method Description TQlSwitch. caseAbstractQuerySchemaQuery(AbstractQuerySchemaQuery object)Returns the result of interpreting the object as an instance of 'Abstract Query Schema Query'.
- 
Uses of AbstractQuerySchemaQuery in com._1c.g5.v8.dt.ql.resourceMethods in com._1c.g5.v8.dt.ql.resource with parameters of type AbstractQuerySchemaQuery Modifier and Type Method Description protected voidQlDerivedStateComputer. computeDbView(AbstractQuerySchemaQuery query, org.eclipse.xtext.resource.DerivedStateAwareResource resource)Computes all DbView for onequeryprotected voidQlDerivedStateComputer. discardDbViewForEachQuery(AbstractQuerySchemaQuery eachQuery)DiscardsDbViewfor each query
- 
Uses of AbstractQuerySchemaQuery in com._1c.g5.v8.dt.qw.ui.editprovidersMethods in com._1c.g5.v8.dt.qw.ui.editproviders that return AbstractQuerySchemaQuery Modifier and Type Method Description AbstractQuerySchemaQueryQueryBatchEditProvider. add(Object value)
- 
Uses of AbstractQuerySchemaQuery in com._1c.g5.v8.dt.qw.ui.utilsMethods in com._1c.g5.v8.dt.qw.ui.utils that return AbstractQuerySchemaQuery Modifier and Type Method Description AbstractQuerySchemaQueryQueryWizardSource. getCurrentQuery()Return current queryMethods in com._1c.g5.v8.dt.qw.ui.utils that return types with arguments of type AbstractQuerySchemaQuery Modifier and Type Method Description List<AbstractQuerySchemaQuery>QueryWizardSource. getQueries()Get queries
 
-