public class RegExpMySQLOperator extends BinaryExpression
| Constructor and Description |
|---|
RegExpMySQLOperator(boolean not,
RegExpMatchOperatorType operatorType) |
RegExpMySQLOperator(RegExpMatchOperatorType operatorType) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ExpressionVisitor expressionVisitor) |
RegExpMatchOperatorType |
getOperatorType() |
String |
getStringExpression() |
boolean |
isNot() |
boolean |
isUseRLike() |
void |
setNot(boolean not) |
RegExpMySQLOperator |
useRLike() |
RegExpMySQLOperator |
withLeftExpression(Expression arg0) |
RegExpMySQLOperator |
withRightExpression(Expression arg0) |
getLeftExpression, getLeftExpression, getRightExpression, getRightExpression, setLeftExpression, setRightExpression, toStringpublic RegExpMySQLOperator(RegExpMatchOperatorType operatorType)
public RegExpMySQLOperator(boolean not,
RegExpMatchOperatorType operatorType)
public boolean isNot()
public void setNot(boolean not)
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–2023 JSQLParser. All rights reserved.