Uses of Interface
com._1c.g5.v8.dt.ql.model.QuerySchemaNestedQuery
-
-
Uses of QuerySchemaNestedQuery in com._1c.g5.v8.dt.ql.dcs.model
Methods in com._1c.g5.v8.dt.ql.dcs.model that return QuerySchemaNestedQuery Modifier and Type Method Description QuerySchemaNestedQuery
CharacteristicTypesAndValues. 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 void
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 QuerySchemaNestedQuery Modifier and Type Method Description QuerySchemaNestedQuery
CharacteristicTypesAndValuesImpl. getQuery()
Methods in com._1c.g5.v8.dt.ql.dcs.model.impl with parameters of type QuerySchemaNestedQuery Modifier and Type Method Description void
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 QuerySchemaNestedQuery Modifier and Type Method Description QuerySchemaNestedQuery
QlFactory. createQuerySchemaNestedQuery()
Returns a new object of class 'Query Schema Nested Query'.QuerySchemaNestedQuery
InExpression. 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 void
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 QuerySchemaNestedQuery Modifier and Type Class Description class
QuerySchemaNestedQueryImpl
An 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 QuerySchemaNestedQuery
QlFactoryImpl. createQuerySchemaNestedQuery()
QuerySchemaNestedQuery
InExpressionImpl. getQuery()
Methods in com._1c.g5.v8.dt.ql.model.impl with parameters of type QuerySchemaNestedQuery Modifier and Type Method Description void
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 QuerySchemaNestedQuery Modifier and Type Method Description T
QlSwitch. 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 QuerySchemaNestedQuery Modifier and Type Method Description void
QlValidator. checkUsingIntoInNestedQuery(QuerySchemaNestedQuery nestedQuery)
void
QlValidator. checkUsingOrderInNestedQuery(QuerySchemaNestedQuery nestedQuery)
void
QlValidator. checkUsingTotalsInNestedQuery(QuerySchemaNestedQuery nestedQuery)
-