Uses of Interface
com._1c.g5.v8.dt.ql.model.CommonExpression
- 
- 
Uses of CommonExpression in com._1c.g5.v8.dt.qlMethods in com._1c.g5.v8.dt.ql that return CommonExpression Modifier and Type Method Description static 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 CommonExpression Modifier and Type Method Description static 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.model Modifier and Type Interface Description interfaceMultiPartCommonExpressionA representation of the model object 'Multi Part Common Expression'.interfaceSinglePartCommonExpressionA representation of the model object 'Single Part Common Expression'.Methods in com._1c.g5.v8.dt.ql.model that return CommonExpression Modifier and Type Method Description CommonExpressionMultiPartCommonExpression. getSourceTable()Returns the value of the 'Source Table' containment reference.CommonExpressionNestedTableAllFieldsExpression. getTable()Returns the value of the 'Table' containment reference.CommonExpressionNestedTableExpression. getTable()Returns the value of the 'Table' containment reference.Methods in com._1c.g5.v8.dt.ql.model with parameters of type CommonExpression Modifier and Type Method Description voidMultiPartCommonExpression. 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 CommonExpression Modifier and Type Class Description classCommonExpressionImplAn implementation of the model object 'Common Expression'.classMultiPartCommonExpressionImplAn implementation of the model object 'Multi Part Common Expression'.classSinglePartCommonExpressionImplAn implementation of the model object 'Single Part Common Expression'.Methods in com._1c.g5.v8.dt.ql.model.impl that return CommonExpression Modifier and Type Method Description CommonExpressionMultiPartCommonExpressionImpl. getSourceTable()CommonExpressionNestedTableAllFieldsExpressionImpl. getTable()CommonExpressionNestedTableExpressionImpl. getTable()Methods in com._1c.g5.v8.dt.ql.model.impl with parameters of type CommonExpression Modifier and Type Method Description voidMultiPartCommonExpressionImpl. 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 CommonExpression Modifier and Type Method Description static 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 CommonExpression Modifier and Type Method Description TQlSwitch. 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 CommonExpression Modifier and Type Method Description StringAliasComputer. getNameAliasCommonExpression(CommonExpression expr, IDynamicDbViewFieldComputer dynamicDbViewComputer, boolean isRussian)Gets name alias from CommonExpression - split by '.' and get lastStringAliasComputer. 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 CommonExpression Modifier and Type Method Description protected intQlValidator. exprInAliasSelectFields(CommonExpression expr, QuerySchemaSelectQuery query)
 
-