Uses of Interface
com._1c.g5.v8.dt.ql.model.NestedTableAllFieldsExpression
-
Packages that use NestedTableAllFieldsExpression Package Description com._1c.g5.v8.dt.ql.model com._1c.g5.v8.dt.ql.model.impl com._1c.g5.v8.dt.ql.model.util com._1c.g5.v8.dt.ql.validation -
-
Uses of NestedTableAllFieldsExpression in com._1c.g5.v8.dt.ql.model
Methods in com._1c.g5.v8.dt.ql.model that return NestedTableAllFieldsExpression Modifier and Type Method Description NestedTableAllFieldsExpression
QlFactory. createNestedTableAllFieldsExpression()
Returns a new object of class 'Nested Table All Fields Expression'. -
Uses of NestedTableAllFieldsExpression in com._1c.g5.v8.dt.ql.model.impl
Classes in com._1c.g5.v8.dt.ql.model.impl that implement NestedTableAllFieldsExpression Modifier and Type Class Description class
NestedTableAllFieldsExpressionImpl
An implementation of the model object 'Nested Table All Fields Expression'.Methods in com._1c.g5.v8.dt.ql.model.impl that return NestedTableAllFieldsExpression Modifier and Type Method Description NestedTableAllFieldsExpression
QlFactoryImpl. createNestedTableAllFieldsExpression()
-
Uses of NestedTableAllFieldsExpression in com._1c.g5.v8.dt.ql.model.util
Methods in com._1c.g5.v8.dt.ql.model.util with parameters of type NestedTableAllFieldsExpression Modifier and Type Method Description T
QlSwitch. caseNestedTableAllFieldsExpression(NestedTableAllFieldsExpression object)
Returns the result of interpreting the object as an instance of 'Nested Table All Fields Expression'. -
Uses of NestedTableAllFieldsExpression in com._1c.g5.v8.dt.ql.validation
Methods in com._1c.g5.v8.dt.ql.validation with parameters of type NestedTableAllFieldsExpression Modifier and Type Method Description void
QlValidator. checkForEmptyTable(NestedTableAllFieldsExpression expression)
-