Uses of Class
net.sf.jsqlparser.expression.operators.relational.RegExpMatchOperator
-
-
Uses of RegExpMatchOperator in net.sf.jsqlparser.expression
Methods in net.sf.jsqlparser.expression with parameters of type RegExpMatchOperator Modifier and Type Method Description default void
ExpressionVisitor. visit(RegExpMatchOperator regExpMatchOperator)
<S> T
ExpressionVisitor. visit(RegExpMatchOperator regExpMatchOperator, S context)
<S> T
ExpressionVisitorAdapter. visit(RegExpMatchOperator regExpMatchOperator, S context)
-
Uses of RegExpMatchOperator in net.sf.jsqlparser.expression.operators.relational
Methods in net.sf.jsqlparser.expression.operators.relational that return RegExpMatchOperator Modifier and Type Method Description RegExpMatchOperator
RegExpMatchOperator. withLeftExpression(Expression arg0)
RegExpMatchOperator
RegExpMatchOperator. withRightExpression(Expression arg0)
-
Uses of RegExpMatchOperator in net.sf.jsqlparser.util
Methods in net.sf.jsqlparser.util with parameters of type RegExpMatchOperator Modifier and Type Method Description <S> Void
TablesNamesFinder. visit(RegExpMatchOperator regExpMatchOperator, S context)
-
Uses of RegExpMatchOperator in net.sf.jsqlparser.util.deparser
Methods in net.sf.jsqlparser.util.deparser with parameters of type RegExpMatchOperator Modifier and Type Method Description void
ExpressionDeParser. visit(RegExpMatchOperator regExpMatchOperator)
<S> java.lang.StringBuilder
ExpressionDeParser. visit(RegExpMatchOperator regExpMatchOperator, S context)
-
Uses of RegExpMatchOperator in net.sf.jsqlparser.util.validation.validator
Methods in net.sf.jsqlparser.util.validation.validator with parameters of type RegExpMatchOperator Modifier and Type Method Description void
ExpressionValidator. visit(RegExpMatchOperator rexpr)
<S> java.lang.Void
ExpressionValidator. visit(RegExpMatchOperator rexpr, S context)
-