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.model
Methods 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.impl
Classes in com._1c.g5.v8.dt.ql.model.impl that implement NestedTableExpressionModifier and TypeClassDescriptionclass
An 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.util
Methods 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.validation
Methods in com._1c.g5.v8.dt.ql.validation with parameters of type NestedTableExpressionModifier and TypeMethodDescriptionvoid
QlValidator.checkEmptyTable
(NestedTableExpression expression) void
QlValidator.checkNestedTableForFieldsFronAnotherNestedTable
(NestedTableExpression table) -
Uses of NestedTableExpression in com._1c.g5.v8.dt.qw.ui.editproviders
Methods 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.utils
Methods in com._1c.g5.v8.dt.qw.ui.utils with parameters of type NestedTableExpressionModifier and TypeMethodDescriptionstatic void
FieldsEditor.addField
(QueryWizardSource source, QuerySchemaExpression newField, NestedTableExpression parentNestedTable) Adds a new expressionstatic void
FieldsEditor.addField
(QueryWizardSource source, QuerySchemaExpression newField, NestedTableExpression parentNestedTable, int mappingPos) Adds a new expressionstatic void
FieldsEditor.addField
(QueryWizardSource source, QuerySchemaExpression newField, NestedTableExpression parentNestedTable, int mappingPos, String alias) Adds a new expressionstatic void
FieldsEditor.addField
(QueryWizardSource source, QuerySchemaExpression newField, NestedTableExpression parentNestedTable, String alias) Adds a new expressionstatic QuerySchemaExpression
QueryWizardServiceUtils.copyExpression
(QuerySchemaExpression expression, NestedTableExpression parentNestedTable) Make copy of query schema expression.