Uses of Interface
com._1c.g5.v8.dt.ql.model.ParameterExpression
- 
- 
Uses of ParameterExpression in com._1c.g5.v8.dt.ql.dcs.modelSubinterfaces of ParameterExpression in com._1c.g5.v8.dt.ql.dcs.model Modifier and Type Interface Description interfaceDcsParameterExpressionA representation of the model object 'Dcs Parameter Expression'.
- 
Uses of ParameterExpression in com._1c.g5.v8.dt.ql.dcs.model.implClasses in com._1c.g5.v8.dt.ql.dcs.model.impl that implement ParameterExpression Modifier and Type Class Description classDcsParameterExpressionImplAn implementation of the model object 'Dcs Parameter Expression'.
- 
Uses of ParameterExpression in com._1c.g5.v8.dt.ql.dcs.model.utilMethods in com._1c.g5.v8.dt.ql.dcs.model.util with parameters of type ParameterExpression Modifier and Type Method Description TQlDcsSwitch. caseParameterExpression(ParameterExpression object)Returns the result of interpreting the object as an instance of 'Parameter Expression'.
- 
Uses of ParameterExpression in com._1c.g5.v8.dt.ql.modelMethods in com._1c.g5.v8.dt.ql.model that return ParameterExpression Modifier and Type Method Description ParameterExpressionQlFactory. createParameterExpression()Returns a new object of class 'Parameter Expression'.ParameterExpressionQuerySchemaTempTableDescription. getTable()Returns the value of the 'Table' containment reference.Methods in com._1c.g5.v8.dt.ql.model with parameters of type ParameterExpression Modifier and Type Method Description voidQuerySchemaTempTableDescription. setTable(ParameterExpression value)Sets the value of the 'Table' containment reference.
- 
Uses of ParameterExpression in com._1c.g5.v8.dt.ql.model.implClasses in com._1c.g5.v8.dt.ql.model.impl that implement ParameterExpression Modifier and Type Class Description classParameterExpressionImplAn implementation of the model object 'Parameter Expression'.Methods in com._1c.g5.v8.dt.ql.model.impl that return ParameterExpression Modifier and Type Method Description ParameterExpressionQlFactoryImpl. createParameterExpression()ParameterExpressionQuerySchemaTempTableDescriptionImpl. getTable()Methods in com._1c.g5.v8.dt.ql.model.impl with parameters of type ParameterExpression Modifier and Type Method Description voidQuerySchemaTempTableDescriptionImpl. setTable(ParameterExpression newTable)
- 
Uses of ParameterExpression in com._1c.g5.v8.dt.ql.model.utilMethods in com._1c.g5.v8.dt.ql.model.util with parameters of type ParameterExpression Modifier and Type Method Description TQlSwitch. caseParameterExpression(ParameterExpression object)Returns the result of interpreting the object as an instance of 'Parameter Expression'.
- 
Uses of ParameterExpression in com._1c.g5.v8.dt.ql.resourceMethods in com._1c.g5.v8.dt.ql.resource that return types with arguments of type ParameterExpression Modifier and Type Method Description Map<CaseInsensitiveString,List<ParameterExpression>>QlParametersFinder.QlParametersInfo. getParametersAsExpression()Gets allParameterExpressionwhich is contained in expression in Ql modelMap<CaseInsensitiveString,List<ParameterExpression>>QlParametersFinder.QlParametersInfo. getParametersAsExpressionAndTable()Gets allParameterExpressionwhich is contained in table and expression in Ql modelMap<CaseInsensitiveString,List<org.eclipse.xtext.util.Pair<ParameterExpression,TypeDescriptionSource>>>QlParametersFinder.QlParametersInfo. getParametersAsExpressionWithTypes()Gets allParameterExpressionwith expected types which is contained in expression in Ql modelMap<CaseInsensitiveString,List<ParameterExpression>>QlParametersFinder.QlParametersInfo. getParametersAsTable()Gets allParameterExpressionwhich is contained in table in Ql model
 
-