Uses of Interface
com._1c.g5.v8.dt.ql.model.BetweenExpression
- 
Packages that use BetweenExpression Package Description com._1c.g5.v8.dt.ql.model com._1c.g5.v8.dt.ql.model.impl com._1c.g5.v8.dt.ql.model.util 
- 
- 
Uses of BetweenExpression in com._1c.g5.v8.dt.ql.modelMethods in com._1c.g5.v8.dt.ql.model that return BetweenExpression Modifier and Type Method Description BetweenExpressionQlFactory. createBetweenExpression()Returns a new object of class 'Between Expression'.
- 
Uses of BetweenExpression in com._1c.g5.v8.dt.ql.model.implClasses in com._1c.g5.v8.dt.ql.model.impl that implement BetweenExpression Modifier and Type Class Description classBetweenExpressionImplAn implementation of the model object 'Between Expression'.Methods in com._1c.g5.v8.dt.ql.model.impl that return BetweenExpression Modifier and Type Method Description BetweenExpressionQlFactoryImpl. createBetweenExpression()
- 
Uses of BetweenExpression in com._1c.g5.v8.dt.ql.model.utilMethods in com._1c.g5.v8.dt.ql.model.util with parameters of type BetweenExpression Modifier and Type Method Description TQlSwitch. caseBetweenExpression(BetweenExpression object)Returns the result of interpreting the object as an instance of 'Between Expression'.
 
-