Uses of Interface
com._1c.g5.v8.dt.ql.model.QuerySchemaNestedQuery
Packages that use QuerySchemaNestedQuery
Package
Description
-
Uses of QuerySchemaNestedQuery in com._1c.g5.v8.dt.ql.dcs.model
Methods in com._1c.g5.v8.dt.ql.dcs.model that return QuerySchemaNestedQueryModifier and TypeMethodDescriptionCharacteristicTypesAndValues.getQuery()
Returns the value of the 'Query' containment reference.Methods in com._1c.g5.v8.dt.ql.dcs.model with parameters of type QuerySchemaNestedQueryModifier and TypeMethodDescriptionvoid
CharacteristicTypesAndValues.setQuery
(QuerySchemaNestedQuery value) Sets the value of the 'Query
' containment reference. -
Uses of QuerySchemaNestedQuery in com._1c.g5.v8.dt.ql.dcs.model.impl
Methods in com._1c.g5.v8.dt.ql.dcs.model.impl that return QuerySchemaNestedQueryMethods in com._1c.g5.v8.dt.ql.dcs.model.impl with parameters of type QuerySchemaNestedQueryModifier and TypeMethodDescriptionvoid
CharacteristicTypesAndValuesImpl.setQuery
(QuerySchemaNestedQuery newQuery) -
Uses of QuerySchemaNestedQuery in com._1c.g5.v8.dt.ql.model
Methods in com._1c.g5.v8.dt.ql.model that return QuerySchemaNestedQueryModifier and TypeMethodDescriptionQlFactory.createQuerySchemaNestedQuery()
Returns a new object of class 'Query Schema Nested Query'.InExpression.getQuery()
Returns the value of the 'Query' containment reference.Methods in com._1c.g5.v8.dt.ql.model with parameters of type QuerySchemaNestedQueryModifier and TypeMethodDescriptionvoid
InExpression.setQuery
(QuerySchemaNestedQuery value) Sets the value of the 'Query
' containment reference. -
Uses of QuerySchemaNestedQuery in com._1c.g5.v8.dt.ql.model.impl
Classes in com._1c.g5.v8.dt.ql.model.impl that implement QuerySchemaNestedQueryModifier and TypeClassDescriptionclass
An implementation of the model object 'Query Schema Nested Query'.Methods in com._1c.g5.v8.dt.ql.model.impl that return QuerySchemaNestedQueryModifier and TypeMethodDescriptionQlFactoryImpl.createQuerySchemaNestedQuery()
InExpressionImpl.getQuery()
Methods in com._1c.g5.v8.dt.ql.model.impl with parameters of type QuerySchemaNestedQueryModifier and TypeMethodDescriptionvoid
InExpressionImpl.setQuery
(QuerySchemaNestedQuery newQuery) -
Uses of QuerySchemaNestedQuery in com._1c.g5.v8.dt.ql.model.util
Methods in com._1c.g5.v8.dt.ql.model.util with parameters of type QuerySchemaNestedQueryModifier and TypeMethodDescriptionQlSwitch.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.validation
Methods in com._1c.g5.v8.dt.ql.validation with parameters of type QuerySchemaNestedQueryModifier and TypeMethodDescriptionvoid
QlValidator.checkUsingIntoInNestedQuery
(QuerySchemaNestedQuery nestedQuery) void
QlValidator.checkUsingOrderInNestedQuery
(QuerySchemaNestedQuery nestedQuery) void
QlValidator.checkUsingTotalsInNestedQuery
(QuerySchemaNestedQuery nestedQuery)