Uses of Class
net.sf.jsqlparser.expression.operators.relational.RegExpMatchOperator
Packages that use RegExpMatchOperator
Package
Description
-
Uses of RegExpMatchOperator in net.sf.jsqlparser.expression
Methods in net.sf.jsqlparser.expression with parameters of type RegExpMatchOperatorModifier and TypeMethodDescriptionvoid
ExpressionVisitor.visit
(RegExpMatchOperator rexpr) void
ExpressionVisitorAdapter.visit
(RegExpMatchOperator expr) -
Uses of RegExpMatchOperator in net.sf.jsqlparser.expression.operators.relational
Methods in net.sf.jsqlparser.expression.operators.relational that return RegExpMatchOperatorModifier and TypeMethodDescriptionRegExpMatchOperator.withLeftExpression
(Expression arg0) RegExpMatchOperator.withRightExpression
(Expression arg0) -
Uses of RegExpMatchOperator in net.sf.jsqlparser.util
Methods in net.sf.jsqlparser.util with parameters of type RegExpMatchOperator -
Uses of RegExpMatchOperator in net.sf.jsqlparser.util.deparser
Methods in net.sf.jsqlparser.util.deparser with parameters of type RegExpMatchOperator -
Uses of RegExpMatchOperator in net.sf.jsqlparser.util.validation.validator
Methods in net.sf.jsqlparser.util.validation.validator with parameters of type RegExpMatchOperator