Uses of Interface
com._1c.g5.v8.dt.ql.model.NestedTableExpression
- 
- 
Uses of NestedTableExpression in com._1c.g5.v8.dt.ql.modelMethods in com._1c.g5.v8.dt.ql.model that return NestedTableExpression Modifier and Type Method Description NestedTableExpressionQlFactory. createNestedTableExpression()Returns a new object of class 'Nested Table Expression'.
- 
Uses of NestedTableExpression in com._1c.g5.v8.dt.ql.model.implClasses in com._1c.g5.v8.dt.ql.model.impl that implement NestedTableExpression Modifier and Type Class Description classNestedTableExpressionImplAn implementation of the model object 'Nested Table Expression'.Methods in com._1c.g5.v8.dt.ql.model.impl that return NestedTableExpression Modifier and Type Method Description NestedTableExpressionQlFactoryImpl. createNestedTableExpression()
- 
Uses of NestedTableExpression in com._1c.g5.v8.dt.ql.model.utilMethods in com._1c.g5.v8.dt.ql.model.util with parameters of type NestedTableExpression Modifier and Type Method Description TQlSwitch. caseNestedTableExpression(NestedTableExpression object)Returns the result of interpreting the object as an instance of 'Nested Table Expression'.
- 
Uses of NestedTableExpression in com._1c.g5.v8.dt.ql.validationMethods in com._1c.g5.v8.dt.ql.validation with parameters of type NestedTableExpression Modifier and Type Method Description voidQlValidator. checkEmptyTable(NestedTableExpression expression)voidQlValidator. checkNestedTableForFieldsFronAnotherNestedTable(NestedTableExpression table)
- 
Uses of NestedTableExpression in com._1c.g5.v8.dt.qw.ui.editprovidersMethods in com._1c.g5.v8.dt.qw.ui.editproviders with parameters of type NestedTableExpression Modifier and Type Method Description QuerySchemaExpressionFieldsEditProvider. add(NestedTableExpression nestedTable, String expression)Add nested tableQuerySchemaExpressionFieldsEditProvider. add(QuerySchemaExpression expression, NestedTableExpression nestedTable)Add expressionQuerySchemaExpressionDcsFieldsEditProvider. findOrAddNestedTable(NestedTableExpression nestedTable)Find exist nested table in dcs field or add new
- 
Uses of NestedTableExpression in com._1c.g5.v8.dt.qw.ui.utilsMethods in com._1c.g5.v8.dt.qw.ui.utils with parameters of type NestedTableExpression Modifier and Type Method Description static voidFieldsEditor. addField(QueryWizardSource source, QuerySchemaExpression newField, NestedTableExpression parentNestedTable)Adds a new expressionstatic voidFieldsEditor. addField(QueryWizardSource source, QuerySchemaExpression newField, NestedTableExpression parentNestedTable, int mappingPos)Adds a new expressionstatic voidFieldsEditor. addField(QueryWizardSource source, QuerySchemaExpression newField, NestedTableExpression parentNestedTable, int mappingPos, String alias)Adds a new expressionstatic voidFieldsEditor. addField(QueryWizardSource source, QuerySchemaExpression newField, NestedTableExpression parentNestedTable, String alias)Adds a new expressionstatic QuerySchemaExpressionQueryWizardServiceUtils. copyExpression(QuerySchemaExpression expression, NestedTableExpression parentNestedTable)Make copy of query schema expression.
 
-