Uses of Interface
com._1c.g5.v8.dt.ql.model.AbstractQuerySchemaQuery
-
-
Uses of AbstractQuerySchemaQuery in com._1c.g5.v8.dt.ql.dcs.model
Subinterfaces of AbstractQuerySchemaQuery in com._1c.g5.v8.dt.ql.dcs.model Modifier and Type Interface Description interface
DcsQuerySchemaSelectQuery
A representation of the model object 'Dcs Query Schema Select Query'. -
Uses of AbstractQuerySchemaQuery in com._1c.g5.v8.dt.ql.dcs.model.impl
Classes in com._1c.g5.v8.dt.ql.dcs.model.impl that implement AbstractQuerySchemaQuery Modifier and Type Class Description class
DcsQuerySchemaSelectQueryImpl
An implementation of the model object 'Dcs Query Schema Select Query'. -
Uses of AbstractQuerySchemaQuery in com._1c.g5.v8.dt.ql.dcs.model.util
Methods in com._1c.g5.v8.dt.ql.dcs.model.util with parameters of type AbstractQuerySchemaQuery Modifier and Type Method Description T
QlDcsSwitch. 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.resource
Methods in com._1c.g5.v8.dt.ql.dcs.resource with parameters of type AbstractQuerySchemaQuery Modifier and Type Method Description protected void
QlDcsDerivedStateComputer. 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.model
Subinterfaces of AbstractQuerySchemaQuery in com._1c.g5.v8.dt.ql.model Modifier and Type Interface Description interface
QuerySchemaDropTableQuery
A representation of the model object 'Query Schema Drop Table Query'.interface
QuerySchemaSelectQuery
A 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.impl
Classes in com._1c.g5.v8.dt.ql.model.impl that implement AbstractQuerySchemaQuery Modifier and Type Class Description class
AbstractQuerySchemaQueryImpl
An implementation of the model object 'Abstract Query Schema Query'.class
QuerySchemaDropTableQueryImpl
An implementation of the model object 'Query Schema Drop Table Query'.class
QuerySchemaSelectQueryImpl
An 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.util
Methods in com._1c.g5.v8.dt.ql.model.util with parameters of type AbstractQuerySchemaQuery Modifier and Type Method Description T
QlSwitch. 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.resource
Methods in com._1c.g5.v8.dt.ql.resource with parameters of type AbstractQuerySchemaQuery Modifier and Type Method Description protected void
QlDerivedStateComputer. computeDbView(AbstractQuerySchemaQuery query, org.eclipse.xtext.resource.DerivedStateAwareResource resource)
Computes all DbView for onequery
protected void
QlDerivedStateComputer. discardDbViewForEachQuery(AbstractQuerySchemaQuery eachQuery)
DiscardsDbView
for each query -
Uses of AbstractQuerySchemaQuery in com._1c.g5.v8.dt.qw.ui.editproviders
Methods in com._1c.g5.v8.dt.qw.ui.editproviders that return AbstractQuerySchemaQuery Modifier and Type Method Description AbstractQuerySchemaQuery
QueryBatchEditProvider. add(Object value)
-
Uses of AbstractQuerySchemaQuery in com._1c.g5.v8.dt.qw.ui.utils
Methods in com._1c.g5.v8.dt.qw.ui.utils that return AbstractQuerySchemaQuery Modifier and Type Method Description AbstractQuerySchemaQuery
QueryWizardSource. 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
-