Uses of Class
net.sf.jsqlparser.expression.operators.relational.LikeExpression
Packages that use LikeExpression
Package
Description
-
Uses of LikeExpression in net.sf.jsqlparser.expression
Methods in net.sf.jsqlparser.expression with parameters of type LikeExpressionModifier and TypeMethodDescriptionvoid
ExpressionVisitor.visit
(LikeExpression likeExpression) void
ExpressionVisitorAdapter.visit
(LikeExpression expr) -
Uses of LikeExpression in net.sf.jsqlparser.expression.operators.relational
Methods in net.sf.jsqlparser.expression.operators.relational that return LikeExpressionModifier and TypeMethodDescriptionLikeExpression.setLikeKeyWord
(String likeKeyWord) LikeExpression.setLikeKeyWord
(LikeExpression.KeyWord likeKeyWord) LikeExpression.setUseBinary
(boolean useBinary) LikeExpression.withCaseInsensitive
(boolean caseInsensitive) Deprecated.LikeExpression.withEscape
(Expression escape) LikeExpression.withLeftExpression
(Expression arg0) LikeExpression.withNot
(boolean not) LikeExpression.withRightExpression
(Expression arg0) -
Uses of LikeExpression in net.sf.jsqlparser.util
Methods in net.sf.jsqlparser.util with parameters of type LikeExpression -
Uses of LikeExpression in net.sf.jsqlparser.util.deparser
Methods in net.sf.jsqlparser.util.deparser with parameters of type LikeExpression -
Uses of LikeExpression in net.sf.jsqlparser.util.validation.validator
Methods in net.sf.jsqlparser.util.validation.validator with parameters of type LikeExpression