Uses of Interface
com._1c.g5.v8.dt.ql.model.LikeExpression
-
Packages that use LikeExpression 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 LikeExpression in com._1c.g5.v8.dt.ql.model
Methods in com._1c.g5.v8.dt.ql.model that return LikeExpression Modifier and Type Method Description LikeExpression
QlFactory. createLikeExpression()
Returns a new object of class 'Like Expression'. -
Uses of LikeExpression in com._1c.g5.v8.dt.ql.model.impl
Classes in com._1c.g5.v8.dt.ql.model.impl that implement LikeExpression Modifier and Type Class Description class
LikeExpressionImpl
An implementation of the model object 'Like Expression'.Methods in com._1c.g5.v8.dt.ql.model.impl that return LikeExpression Modifier and Type Method Description LikeExpression
QlFactoryImpl. createLikeExpression()
-
Uses of LikeExpression in com._1c.g5.v8.dt.ql.model.util
Methods in com._1c.g5.v8.dt.ql.model.util with parameters of type LikeExpression Modifier and Type Method Description T
QlSwitch. caseLikeExpression(LikeExpression object)
Returns the result of interpreting the object as an instance of 'Like Expression'.
-