Uses of Interface
com._1c.g5.v8.dt.ql.model.QuerySchemaNestedQuery
- 
- 
Uses of QuerySchemaNestedQuery in com._1c.g5.v8.dt.ql.dcs.modelMethods in com._1c.g5.v8.dt.ql.dcs.model that return QuerySchemaNestedQuery Modifier and Type Method Description QuerySchemaNestedQueryCharacteristicTypesAndValues. getQuery()Returns the value of the 'Query' containment reference.Methods in com._1c.g5.v8.dt.ql.dcs.model with parameters of type QuerySchemaNestedQuery Modifier and Type Method Description voidCharacteristicTypesAndValues. setQuery(QuerySchemaNestedQuery value)Sets the value of the 'Query' containment reference.
- 
Uses of QuerySchemaNestedQuery in com._1c.g5.v8.dt.ql.dcs.model.implMethods in com._1c.g5.v8.dt.ql.dcs.model.impl that return QuerySchemaNestedQuery Modifier and Type Method Description QuerySchemaNestedQueryCharacteristicTypesAndValuesImpl. getQuery()Methods in com._1c.g5.v8.dt.ql.dcs.model.impl with parameters of type QuerySchemaNestedQuery Modifier and Type Method Description voidCharacteristicTypesAndValuesImpl. setQuery(QuerySchemaNestedQuery newQuery)
- 
Uses of QuerySchemaNestedQuery in com._1c.g5.v8.dt.ql.modelMethods in com._1c.g5.v8.dt.ql.model that return QuerySchemaNestedQuery Modifier and Type Method Description QuerySchemaNestedQueryQlFactory. createQuerySchemaNestedQuery()Returns a new object of class 'Query Schema Nested Query'.QuerySchemaNestedQueryInExpression. getQuery()Returns the value of the 'Query' containment reference.Methods in com._1c.g5.v8.dt.ql.model with parameters of type QuerySchemaNestedQuery Modifier and Type Method Description voidInExpression. setQuery(QuerySchemaNestedQuery value)Sets the value of the 'Query' containment reference.
- 
Uses of QuerySchemaNestedQuery in com._1c.g5.v8.dt.ql.model.implClasses in com._1c.g5.v8.dt.ql.model.impl that implement QuerySchemaNestedQuery Modifier and Type Class Description classQuerySchemaNestedQueryImplAn implementation of the model object 'Query Schema Nested Query'.Methods in com._1c.g5.v8.dt.ql.model.impl that return QuerySchemaNestedQuery Modifier and Type Method Description QuerySchemaNestedQueryQlFactoryImpl. createQuerySchemaNestedQuery()QuerySchemaNestedQueryInExpressionImpl. getQuery()Methods in com._1c.g5.v8.dt.ql.model.impl with parameters of type QuerySchemaNestedQuery Modifier and Type Method Description voidInExpressionImpl. setQuery(QuerySchemaNestedQuery newQuery)
- 
Uses of QuerySchemaNestedQuery in com._1c.g5.v8.dt.ql.model.utilMethods in com._1c.g5.v8.dt.ql.model.util with parameters of type QuerySchemaNestedQuery Modifier and Type Method Description TQlSwitch. caseQuerySchemaNestedQuery(QuerySchemaNestedQuery object)Returns the result of interpreting the object as an instance of 'Query Schema Nested Query'.
- 
Uses of QuerySchemaNestedQuery in com._1c.g5.v8.dt.ql.validationMethods in com._1c.g5.v8.dt.ql.validation with parameters of type QuerySchemaNestedQuery Modifier and Type Method Description voidQlValidator. checkUsingIntoInNestedQuery(QuerySchemaNestedQuery nestedQuery)voidQlValidator. checkUsingOrderInNestedQuery(QuerySchemaNestedQuery nestedQuery)voidQlValidator. checkUsingTotalsInNestedQuery(QuerySchemaNestedQuery nestedQuery)
 
-