Uses of Interface
com._1c.g5.v8.dt.ql.model.ACommonExpression
- 
Packages that use ACommonExpression Package Description com._1c.g5.v8.dt.ql com._1c.g5.v8.dt.ql.model com._1c.g5.v8.dt.ql.model.impl com._1c.g5.v8.dt.ql.model.util 
- 
- 
Uses of ACommonExpression in com._1c.g5.v8.dt.qlMethods in com._1c.g5.v8.dt.ql that return ACommonExpression Modifier and Type Method Description static ACommonExpressionQlUtil. getExpressionOfNestedTable(CommonExpression expression, IDynamicDbViewFieldComputer dbViewComputer)Gets expression corresponding to the field of nested table
- 
Uses of ACommonExpression in com._1c.g5.v8.dt.ql.modelSubinterfaces of ACommonExpression in com._1c.g5.v8.dt.ql.model Modifier and Type Interface Description interfaceCommonExpressionA representation of the model object 'Common Expression'.interfaceMultiPartCommonExpressionA representation of the model object 'Multi Part Common Expression'.interfaceNestedTableAllFieldsExpressionA representation of the model object 'Nested Table All Fields Expression'.interfaceNestedTableExpressionA representation of the model object 'Nested Table Expression'.interfaceSinglePartCommonExpressionA representation of the model object 'Single Part Common Expression'.Methods in com._1c.g5.v8.dt.ql.model that return ACommonExpression Modifier and Type Method Description ACommonExpressionBracketCommonExpression. getCommonExpression()Returns the value of the 'Common Expression' containment reference.ACommonExpressionFieldWithCasting. getTable()Returns the value of the 'Table' containment reference.ACommonExpressionValueLiteralExpression. getValues()Returns the value of the 'Values' containment reference.Methods in com._1c.g5.v8.dt.ql.model with parameters of type ACommonExpression Modifier and Type Method Description voidBracketCommonExpression. setCommonExpression(ACommonExpression value)Sets the value of the 'Common Expression' containment reference.voidFieldWithCasting. setTable(ACommonExpression value)Sets the value of the 'Table' containment reference.voidValueLiteralExpression. setValues(ACommonExpression value)Sets the value of the 'Values' containment reference.
- 
Uses of ACommonExpression in com._1c.g5.v8.dt.ql.model.implClasses in com._1c.g5.v8.dt.ql.model.impl that implement ACommonExpression Modifier and Type Class Description classACommonExpressionImplAn implementation of the model object 'ACommon Expression'.classCommonExpressionImplAn implementation of the model object 'Common Expression'.classMultiPartCommonExpressionImplAn implementation of the model object 'Multi Part Common Expression'.classNestedTableAllFieldsExpressionImplAn implementation of the model object 'Nested Table All Fields Expression'.classNestedTableExpressionImplAn implementation of the model object 'Nested Table Expression'.classSinglePartCommonExpressionImplAn implementation of the model object 'Single Part Common Expression'.Methods in com._1c.g5.v8.dt.ql.model.impl that return ACommonExpression Modifier and Type Method Description ACommonExpressionBracketCommonExpressionImpl. getCommonExpression()ACommonExpressionFieldWithCastingImpl. getTable()ACommonExpressionValueLiteralExpressionImpl. getValues()Methods in com._1c.g5.v8.dt.ql.model.impl with parameters of type ACommonExpression Modifier and Type Method Description voidBracketCommonExpressionImpl. setCommonExpression(ACommonExpression newCommonExpression)voidFieldWithCastingImpl. setTable(ACommonExpression newTable)voidValueLiteralExpressionImpl. setValues(ACommonExpression newValues)
- 
Uses of ACommonExpression in com._1c.g5.v8.dt.ql.model.utilMethods in com._1c.g5.v8.dt.ql.model.util with parameters of type ACommonExpression Modifier and Type Method Description TQlSwitch. caseACommonExpression(ACommonExpression object)Returns the result of interpreting the object as an instance of 'ACommon Expression'.
 
-