Uses of Interface
com._1c.g5.v8.dt.ql.model.NestedTableExpression
-
-
Uses of NestedTableExpression in com._1c.g5.v8.dt.ql.model
Methods in com._1c.g5.v8.dt.ql.model that return NestedTableExpression Modifier and Type Method Description NestedTableExpression
QlFactory. 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 NestedTableExpression Modifier and Type Class Description class
NestedTableExpressionImpl
An 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 NestedTableExpression
QlFactoryImpl. createNestedTableExpression()
-
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 NestedTableExpression Modifier and Type Method Description T
QlSwitch. 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 NestedTableExpression Modifier and Type Method Description void
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 NestedTableExpression Modifier and Type Method Description QuerySchemaExpression
FieldsEditProvider. add(NestedTableExpression nestedTable, String expression)
Add nested tableQuerySchemaExpression
FieldsEditProvider. add(QuerySchemaExpression expression, NestedTableExpression nestedTable)
Add expressionQuerySchemaExpression
DcsFieldsEditProvider. 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 NestedTableExpression Modifier and Type Method Description static 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.
-