Uses of Interface
com._1c.g5.v8.dt.ql.model.ParameterExpression
Packages that use ParameterExpression
Package
Description
-
Uses of ParameterExpression in com._1c.g5.v8.dt.ql.dcs.model
Subinterfaces of ParameterExpression in com._1c.g5.v8.dt.ql.dcs.modelModifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Dcs Parameter Expression'. -
Uses of ParameterExpression in com._1c.g5.v8.dt.ql.dcs.model.impl
Classes in com._1c.g5.v8.dt.ql.dcs.model.impl that implement ParameterExpressionModifier and TypeClassDescriptionclass
An implementation of the model object 'Dcs Parameter Expression'. -
Uses of ParameterExpression in com._1c.g5.v8.dt.ql.dcs.model.util
Methods in com._1c.g5.v8.dt.ql.dcs.model.util with parameters of type ParameterExpressionModifier and TypeMethodDescriptionQlDcsSwitch.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.model
Methods in com._1c.g5.v8.dt.ql.model that return ParameterExpressionModifier and TypeMethodDescriptionQlFactory.createParameterExpression()
Returns a new object of class 'Parameter Expression'.QuerySchemaTempTableDescription.getTable()
Returns the value of the 'Table' containment reference.Methods in com._1c.g5.v8.dt.ql.model with parameters of type ParameterExpressionModifier and TypeMethodDescriptionvoid
QuerySchemaTempTableDescription.setTable
(ParameterExpression value) Sets the value of the 'Table
' containment reference. -
Uses of ParameterExpression in com._1c.g5.v8.dt.ql.model.impl
Classes in com._1c.g5.v8.dt.ql.model.impl that implement ParameterExpressionModifier and TypeClassDescriptionclass
An implementation of the model object 'Parameter Expression'.Methods in com._1c.g5.v8.dt.ql.model.impl that return ParameterExpressionModifier and TypeMethodDescriptionQlFactoryImpl.createParameterExpression()
QuerySchemaTempTableDescriptionImpl.getTable()
Methods in com._1c.g5.v8.dt.ql.model.impl with parameters of type ParameterExpressionModifier and TypeMethodDescriptionvoid
QuerySchemaTempTableDescriptionImpl.setTable
(ParameterExpression newTable) -
Uses of ParameterExpression in com._1c.g5.v8.dt.ql.model.util
Methods in com._1c.g5.v8.dt.ql.model.util with parameters of type ParameterExpressionModifier and TypeMethodDescriptionQlSwitch.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.resource
Methods in com._1c.g5.v8.dt.ql.resource that return types with arguments of type ParameterExpressionModifier and TypeMethodDescriptionQlParametersFinder.QlParametersInfo.getParametersAsExpression()
Gets allParameterExpression
which is contained in expression in Ql modelQlParametersFinder.QlParametersInfo.getParametersAsExpressionAndTable()
Gets allParameterExpression
which is contained in table and expression in Ql modelMap<CaseInsensitiveString,
List<org.eclipse.xtext.util.Pair<ParameterExpression, TypeDescriptionSource>>> QlParametersFinder.QlParametersInfo.getParametersAsExpressionWithTypes()
Gets allParameterExpression
with expected types which is contained in expression in Ql modelQlParametersFinder.QlParametersInfo.getParametersAsTable()
Gets allParameterExpression
which is contained in table in Ql model