Uses of Interface
com._1c.g5.v8.dt.ql.model.QuerySchemaSelectQuery
-
-
Uses of QuerySchemaSelectQuery in com._1c.g5.v8.dt.form.service
Methods 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 aQuerySchemaSelectQuery
model -
Uses of QuerySchemaSelectQuery in com._1c.g5.v8.dt.ql.dcs.model
Subinterfaces of QuerySchemaSelectQuery 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 QuerySchemaSelectQuery in com._1c.g5.v8.dt.ql.dcs.model.impl
Classes in com._1c.g5.v8.dt.ql.dcs.model.impl that implement QuerySchemaSelectQuery Modifier and Type Class Description class
DcsQuerySchemaSelectQueryImpl
An implementation of the model object 'Dcs Query Schema Select Query'. -
Uses of QuerySchemaSelectQuery 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 QuerySchemaSelectQuery Modifier and Type Method Description T
QlDcsSwitch. 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.folding
Methods in com._1c.g5.v8.dt.ql.dcs.ui.folding with parameters of type QuerySchemaSelectQuery Modifier and Type Method Description protected void
QlDcsFoldingRegionProvider. 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.validation
Methods in com._1c.g5.v8.dt.ql.dcs.validation with parameters of type QuerySchemaSelectQuery Modifier and Type Method Description protected void
QlDcsValidator. checkEachDbView(org.eclipse.emf.ecore.EObject object, QuerySchemaSelectQuery query)
void
QlDcsValidator. checkFieldNameSelectDcs(QuerySchemaSelectQuery query)
void
QlDcsValidator. checkSelectDcsInUnionSelect(QuerySchemaSelectQuery query)
void
QlDcsValidator. checkTotals(QuerySchemaSelectQuery query)
protected int
QlDcsValidator. exprInAliasSelectFields(QuerySchemaExpression expr, QuerySchemaSelectQuery query)
-
Uses of QuerySchemaSelectQuery in com._1c.g5.v8.dt.ql.model
Methods in com._1c.g5.v8.dt.ql.model that return QuerySchemaSelectQuery Modifier and Type Method Description QuerySchemaSelectQuery
QlFactory. createQuerySchemaSelectQuery()
Returns a new object of class 'Query Schema Select Query'.QuerySchemaSelectQuery
QuerySchemaNestedQuery. 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 void
QuerySchemaNestedQuery. setQuery(QuerySchemaSelectQuery value)
Sets the value of the 'Query
' containment reference. -
Uses of QuerySchemaSelectQuery in com._1c.g5.v8.dt.ql.model.impl
Classes in com._1c.g5.v8.dt.ql.model.impl that implement QuerySchemaSelectQuery Modifier and Type Class Description class
QuerySchemaSelectQueryImpl
An 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 QuerySchemaSelectQuery
QlFactoryImpl. createQuerySchemaSelectQuery()
QuerySchemaSelectQuery
QuerySchemaNestedQueryImpl. getQuery()
Methods in com._1c.g5.v8.dt.ql.model.impl with parameters of type QuerySchemaSelectQuery Modifier and Type Method Description void
QuerySchemaNestedQueryImpl. setQuery(QuerySchemaSelectQuery newQuery)
-
Uses of QuerySchemaSelectQuery in com._1c.g5.v8.dt.ql.model.util
Methods in com._1c.g5.v8.dt.ql.model.util with parameters of type QuerySchemaSelectQuery Modifier and Type Method Description T
QlSwitch. 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.resource
Methods in com._1c.g5.v8.dt.ql.resource with parameters of type QuerySchemaSelectQuery Modifier and Type Method Description protected DbViewDef
QlDerivedStateComputer. createDbViewForEachQuery(QuerySchemaSelectQuery query)
Creates DbView for select query -
Uses of QuerySchemaSelectQuery in com._1c.g5.v8.dt.ql.ui.folding
Methods in com._1c.g5.v8.dt.ql.ui.folding with parameters of type QuerySchemaSelectQuery Modifier and Type Method Description protected void
QlFoldingRegionProvider. 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.utils
Methods 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
-