Uses of Interface
com._1c.g5.v8.dt.ql.model.ACommonExpression
Packages that use ACommonExpression
Package
Description
-
Uses of ACommonExpression in com._1c.g5.v8.dt.ql
Methods in com._1c.g5.v8.dt.ql that return ACommonExpressionModifier and TypeMethodDescriptionstatic ACommonExpression
QlUtil.getExpressionOfNestedTable
(CommonExpression expression, IDynamicDbViewFieldComputer dbViewComputer) Gets expression corresponding to the field of nested table -
Uses of ACommonExpression in com._1c.g5.v8.dt.ql.model
Subinterfaces of ACommonExpression in com._1c.g5.v8.dt.ql.modelModifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Common Expression'.interface
A representation of the model object 'Multi Part Common Expression'.interface
A representation of the model object 'Nested Table All Fields Expression'.interface
A representation of the model object 'Nested Table Expression'.interface
A representation of the model object 'Single Part Common Expression'.Methods in com._1c.g5.v8.dt.ql.model that return ACommonExpressionModifier and TypeMethodDescriptionBracketCommonExpression.getCommonExpression()
Returns the value of the 'Common Expression' containment reference.FieldWithCasting.getTable()
Returns the value of the 'Table' containment reference.ValueLiteralExpression.getValues()
Returns the value of the 'Values' containment reference.Methods in com._1c.g5.v8.dt.ql.model with parameters of type ACommonExpressionModifier and TypeMethodDescriptionvoid
BracketCommonExpression.setCommonExpression
(ACommonExpression value) Sets the value of the 'Common Expression
' containment reference.void
FieldWithCasting.setTable
(ACommonExpression value) Sets the value of the 'Table
' containment reference.void
ValueLiteralExpression.setValues
(ACommonExpression value) Sets the value of the 'Values
' containment reference. -
Uses of ACommonExpression in com._1c.g5.v8.dt.ql.model.impl
Classes in com._1c.g5.v8.dt.ql.model.impl that implement ACommonExpressionModifier and TypeClassDescriptionclass
An implementation of the model object 'ACommon Expression'.class
An implementation of the model object 'Common Expression'.class
An implementation of the model object 'Multi Part Common Expression'.class
An implementation of the model object 'Nested Table All Fields Expression'.class
An implementation of the model object 'Nested Table Expression'.class
An implementation of the model object 'Single Part Common Expression'.Methods in com._1c.g5.v8.dt.ql.model.impl that return ACommonExpressionModifier and TypeMethodDescriptionBracketCommonExpressionImpl.getCommonExpression()
FieldWithCastingImpl.getTable()
ValueLiteralExpressionImpl.getValues()
Methods in com._1c.g5.v8.dt.ql.model.impl with parameters of type ACommonExpressionModifier and TypeMethodDescriptionvoid
BracketCommonExpressionImpl.setCommonExpression
(ACommonExpression newCommonExpression) void
FieldWithCastingImpl.setTable
(ACommonExpression newTable) void
ValueLiteralExpressionImpl.setValues
(ACommonExpression newValues) -
Uses of ACommonExpression in com._1c.g5.v8.dt.ql.model.util
Methods in com._1c.g5.v8.dt.ql.model.util with parameters of type ACommonExpressionModifier and TypeMethodDescriptionQlSwitch.caseACommonExpression
(ACommonExpression object) Returns the result of interpreting the object as an instance of 'ACommon Expression'.