Uses of Interface
com._1c.g5.v8.dt.ql.model.ParameterExpression
-
-
Uses of ParameterExpression in com._1c.g5.v8.dt.ql.dcs.model
Subinterfaces of ParameterExpression in com._1c.g5.v8.dt.ql.dcs.model Modifier and Type Interface Description interface
DcsParameterExpression
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 ParameterExpression Modifier and Type Class Description class
DcsParameterExpressionImpl
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 ParameterExpression Modifier and Type Method Description T
QlDcsSwitch. 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 ParameterExpression Modifier and Type Method Description ParameterExpression
QlFactory. createParameterExpression()
Returns a new object of class 'Parameter Expression'.ParameterExpression
QuerySchemaTempTableDescription. 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 void
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 ParameterExpression Modifier and Type Class Description class
ParameterExpressionImpl
An 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 ParameterExpression
QlFactoryImpl. createParameterExpression()
ParameterExpression
QuerySchemaTempTableDescriptionImpl. getTable()
Methods in com._1c.g5.v8.dt.ql.model.impl with parameters of type ParameterExpression Modifier and Type Method Description void
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 ParameterExpression Modifier and Type Method Description T
QlSwitch. 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 ParameterExpression Modifier and Type Method Description Map<CaseInsensitiveString,List<ParameterExpression>>
QlParametersFinder.QlParametersInfo. getParametersAsExpression()
Gets allParameterExpression
which is contained in expression in Ql modelMap<CaseInsensitiveString,List<ParameterExpression>>
QlParametersFinder.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 modelMap<CaseInsensitiveString,List<ParameterExpression>>
QlParametersFinder.QlParametersInfo. getParametersAsTable()
Gets allParameterExpression
which is contained in table in Ql model
-