Uses of Class
net.sf.jsqlparser.expression.operators.relational.LikeExpression
-
-
Uses of LikeExpression in net.sf.jsqlparser.expression
Methods in net.sf.jsqlparser.expression with parameters of type LikeExpression Modifier and Type Method Description default void
ExpressionVisitor. visit(LikeExpression likeExpression)
<S> T
ExpressionVisitor. visit(LikeExpression likeExpression, S context)
<S> T
ExpressionVisitorAdapter. visit(LikeExpression likeExpression, S context)
-
Uses of LikeExpression in net.sf.jsqlparser.expression.operators.relational
Methods in net.sf.jsqlparser.expression.operators.relational that return LikeExpression Modifier and Type Method Description LikeExpression
LikeExpression. setLikeKeyWord(java.lang.String likeKeyWord)
LikeExpression
LikeExpression. setLikeKeyWord(LikeExpression.KeyWord likeKeyWord)
LikeExpression
LikeExpression. setUseBinary(boolean useBinary)
LikeExpression
LikeExpression. withCaseInsensitive(boolean caseInsensitive)
Deprecated.LikeExpression
LikeExpression. withEscape(Expression escape)
LikeExpression
LikeExpression. withLeftExpression(Expression arg0)
LikeExpression
LikeExpression. withNot(boolean not)
LikeExpression
LikeExpression. withRightExpression(Expression arg0)
-
Uses of LikeExpression in net.sf.jsqlparser.util
Methods in net.sf.jsqlparser.util with parameters of type LikeExpression Modifier and Type Method Description <S> Void
TablesNamesFinder. visit(LikeExpression likeExpression, S context)
-
Uses of LikeExpression in net.sf.jsqlparser.util.deparser
Methods in net.sf.jsqlparser.util.deparser with parameters of type LikeExpression Modifier and Type Method Description void
ExpressionDeParser. visit(LikeExpression likeExpression)
<S> java.lang.StringBuilder
ExpressionDeParser. visit(LikeExpression likeExpression, S context)
-
Uses of LikeExpression in net.sf.jsqlparser.util.validation.validator
Methods in net.sf.jsqlparser.util.validation.validator with parameters of type LikeExpression Modifier and Type Method Description void
ExpressionValidator. visit(LikeExpression likeExpression)
<S> java.lang.Void
ExpressionValidator. visit(LikeExpression likeExpression, S context)
-