Uses of Interface
com._1c.g5.v8.dt.ql.model.CommonExpression
Packages that use CommonExpression
Package
Description
- 
Uses of CommonExpression in com._1c.g5.v8.dt.qlMethods in com._1c.g5.v8.dt.ql that return CommonExpressionModifier and TypeMethodDescriptionstatic CommonExpressionQlUtil.getRefExpressionOfNestedTable(CommonExpression expression, IDynamicDbViewFieldComputer dbViewComputer) Gets expression corresponding to reference field of nested tableMethods in com._1c.g5.v8.dt.ql with parameters of type CommonExpressionModifier and TypeMethodDescriptionstatic booleanQlUtil.fieldFromCompoundType(CommonExpression expr, IExpressionTypeChecker qlChecker) static ACommonExpressionQlUtil.getExpressionOfNestedTable(CommonExpression expression, IDynamicDbViewFieldComputer dbViewComputer) Gets expression corresponding to the field of nested tablestatic CommonExpressionQlUtil.getRefExpressionOfNestedTable(CommonExpression expression, IDynamicDbViewFieldComputer dbViewComputer) Gets expression corresponding to reference field of nested tablestatic booleanQlUtil.isExternalDataSourceTable(CommonExpression input) static booleanQlUtil.isPartOfBracketCommonExpression(CommonExpression expression) Checks thatexpressioncorresponding to the {@link QlPackage#Literals#BRACKET_COMMON_EXPRESSION__COMMON_EXPRESSION} partstatic booleanQlUtil.isPeriodKeyword(CommonExpression expr, QlTypeDescriptionContainer qlTypeDescr) Checks thatCommonExpressioncontent corresponding to period keyword
- 
Uses of CommonExpression in com._1c.g5.v8.dt.ql.modelSubinterfaces of CommonExpression in com._1c.g5.v8.dt.ql.modelModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Multi Part Common Expression'.interfaceA representation of the model object 'Single Part Common Expression'.Methods in com._1c.g5.v8.dt.ql.model that return CommonExpressionModifier and TypeMethodDescriptionMultiPartCommonExpression.getSourceTable()Returns the value of the 'Source Table' containment reference.NestedTableAllFieldsExpression.getTable()Returns the value of the 'Table' containment reference.NestedTableExpression.getTable()Returns the value of the 'Table' containment reference.Methods in com._1c.g5.v8.dt.ql.model with parameters of type CommonExpressionModifier and TypeMethodDescriptionvoidMultiPartCommonExpression.setSourceTable(CommonExpression value) Sets the value of the 'Source Table' containment reference.voidNestedTableAllFieldsExpression.setTable(CommonExpression value) Sets the value of the 'Table' containment reference.voidNestedTableExpression.setTable(CommonExpression value) Sets the value of the 'Table' containment reference.
- 
Uses of CommonExpression in com._1c.g5.v8.dt.ql.model.implClasses in com._1c.g5.v8.dt.ql.model.impl that implement CommonExpressionModifier and TypeClassDescriptionclassAn implementation of the model object 'Common Expression'.classAn implementation of the model object 'Multi Part Common Expression'.classAn implementation of the model object 'Single Part Common Expression'.Methods in com._1c.g5.v8.dt.ql.model.impl that return CommonExpressionModifier and TypeMethodDescriptionMultiPartCommonExpressionImpl.getSourceTable()NestedTableAllFieldsExpressionImpl.getTable()NestedTableExpressionImpl.getTable()Methods in com._1c.g5.v8.dt.ql.model.impl with parameters of type CommonExpressionModifier and TypeMethodDescriptionvoidMultiPartCommonExpressionImpl.setSourceTable(CommonExpression newSourceTable) voidNestedTableAllFieldsExpressionImpl.setTable(CommonExpression newTable) voidNestedTableExpressionImpl.setTable(CommonExpression newTable) 
- 
Uses of CommonExpression in com._1c.g5.v8.dt.ql.model.utilMethods in com._1c.g5.v8.dt.ql.model.util that return CommonExpressionModifier and TypeMethodDescriptionstatic CommonExpressionQlUtil.createCommonExpression(DbViewElement dbView, char delimiter, boolean byRuName) CreatesCommonExpressionby dbViewstatic CommonExpressionQlUtil.createCommonExpression(DbViewElement dbView, String delimiter, boolean byRuName) CreatesCommonExpressionby dbViewstatic CommonExpressionQlUtil.createCommonExpression(String content, char delimiter) CreatesCommonExpressionby string's contentstatic CommonExpressionQlUtil.createCommonExpression(String content, String delimiter) CreatesCommonExpressionby string's contentMethods in com._1c.g5.v8.dt.ql.model.util with parameters of type CommonExpressionModifier and TypeMethodDescriptionQlSwitch.caseCommonExpression(CommonExpression object) Returns the result of interpreting the object as an instance of 'Common Expression'.
- 
Uses of CommonExpression in com._1c.g5.v8.dt.ql.resourceMethods in com._1c.g5.v8.dt.ql.resource with parameters of type CommonExpressionModifier and TypeMethodDescriptionAliasComputer.getNameAliasCommonExpression(CommonExpression expr, IDynamicDbViewFieldComputer dynamicDbViewComputer, boolean isRussian) Gets name alias from CommonExpression - split by '.' and get lastAliasComputer.getNameAliasCommonExpressionForFieldOfNestedTable(CommonExpression expr, IDynamicDbViewFieldComputer dynamicDbViewComputer, boolean isRussian) Computes alias for field from nested table represented as CommonExpression
- 
Uses of CommonExpression in com._1c.g5.v8.dt.ql.validationMethods in com._1c.g5.v8.dt.ql.validation with parameters of type CommonExpressionModifier and TypeMethodDescriptionprotected intQlValidator.exprInAliasSelectFields(CommonExpression expr, QuerySchemaSelectQuery query)