public class RegExpMySQLOperator extends BinaryExpression
| Constructor and Description |
|---|
RegExpMySQLOperator(RegExpMatchOperatorType operatorType) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ExpressionVisitor expressionVisitor) |
RegExpMatchOperatorType |
getOperatorType() |
String |
getStringExpression() |
boolean |
isUseRLike() |
RegExpMySQLOperator |
useRLike() |
RegExpMySQLOperator |
withLeftExpression(Expression arg0) |
RegExpMySQLOperator |
withRightExpression(Expression arg0) |
getLeftExpression, getLeftExpression, getRightExpression, getRightExpression, setLeftExpression, setRightExpression, toStringgetASTNode, setASTNodeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetASTNode, setASTNodepublic RegExpMySQLOperator(RegExpMatchOperatorType operatorType)
public RegExpMatchOperatorType getOperatorType()
public boolean isUseRLike()
public RegExpMySQLOperator useRLike()
public void accept(ExpressionVisitor expressionVisitor)
public String getStringExpression()
getStringExpression in class BinaryExpressionpublic RegExpMySQLOperator withLeftExpression(Expression arg0)
withLeftExpression in class BinaryExpressionpublic RegExpMySQLOperator withRightExpression(Expression arg0)
withRightExpression in class BinaryExpressionCopyright © 2004–2021 JSQLParser. All rights reserved.