Uses of Interface
com._1c.g5.v8.dt.ql.model.NestedTableExpression
Packages that use NestedTableExpression
Package
Description
- 
Uses of NestedTableExpression in com._1c.g5.v8.dt.ql.modelMethods in com._1c.g5.v8.dt.ql.model that return NestedTableExpressionModifier and TypeMethodDescriptionQlFactory.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 NestedTableExpressionModifier and TypeClassDescriptionclassAn implementation of the model object 'Nested Table Expression'.Methods in com._1c.g5.v8.dt.ql.model.impl that return NestedTableExpression
- 
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 NestedTableExpressionModifier and TypeMethodDescriptionQlSwitch.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 NestedTableExpressionModifier and TypeMethodDescriptionvoidQlValidator.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 NestedTableExpressionModifier and TypeMethodDescriptionFieldsEditProvider.add(NestedTableExpression nestedTable, String expression) Add nested tableFieldsEditProvider.add(QuerySchemaExpression expression, NestedTableExpression nestedTable) Add expressionDcsFieldsEditProvider.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 NestedTableExpressionModifier and TypeMethodDescriptionstatic 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.