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