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.modelMethods in com._1c.g5.v8.dt.ql.model that return NestedTableAllFieldsExpression Modifier and Type Method Description NestedTableAllFieldsExpressionQlFactory. createNestedTableAllFieldsExpression()Returns a new object of class 'Nested Table All Fields Expression'.
- 
Uses of NestedTableAllFieldsExpression in com._1c.g5.v8.dt.ql.model.implClasses in com._1c.g5.v8.dt.ql.model.impl that implement NestedTableAllFieldsExpression Modifier and Type Class Description classNestedTableAllFieldsExpressionImplAn 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 NestedTableAllFieldsExpressionQlFactoryImpl. createNestedTableAllFieldsExpression()
- 
Uses of NestedTableAllFieldsExpression in com._1c.g5.v8.dt.ql.model.utilMethods in com._1c.g5.v8.dt.ql.model.util with parameters of type NestedTableAllFieldsExpression Modifier and Type Method Description TQlSwitch. 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.validationMethods in com._1c.g5.v8.dt.ql.validation with parameters of type NestedTableAllFieldsExpression Modifier and Type Method Description voidQlValidator. checkForEmptyTable(NestedTableAllFieldsExpression expression)
 
-