public class RegExpMySQLOperator extends BinaryExpression
| 构造器和说明 |
|---|
RegExpMySQLOperator(boolean not,
RegExpMatchOperatorType operatorType) |
RegExpMySQLOperator(RegExpMatchOperatorType operatorType) |
| 限定符和类型 | 方法和说明 |
|---|---|
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, toStringgetASTNode, setASTNodeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetASTNode, setASTNodepublic 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 在类中 BinaryExpressionpublic RegExpMySQLOperator withLeftExpression(Expression arg0)
withLeftExpression 在类中 BinaryExpressionpublic RegExpMySQLOperator withRightExpression(Expression arg0)
withRightExpression 在类中 BinaryExpressionCopyright © 2026. All rights reserved.