public class GreaterThan extends ComparisonOperator
NO_ORACLE_JOIN, NO_ORACLE_PRIOR, ORACLE_JOIN_LEFT, ORACLE_JOIN_RIGHT, ORACLE_PRIOR_END, ORACLE_PRIOR_START| 构造器和说明 |
|---|
GreaterThan() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept(ExpressionVisitor expressionVisitor) |
GreaterThan |
withLeftExpression(Expression arg0) |
GreaterThan |
withOldOracleJoinSyntax(int arg0) |
GreaterThan |
withOraclePriorPosition(int arg0) |
GreaterThan |
withRightExpression(Expression arg0) |
getStringExpressiongetOldOracleJoinSyntax, getOraclePriorPosition, setOldOracleJoinSyntax, setOraclePriorPosition, toStringgetLeftExpression, getLeftExpression, getRightExpression, getRightExpression, setLeftExpression, setRightExpressiongetASTNode, setASTNodeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetASTNode, setASTNodepublic void accept(ExpressionVisitor expressionVisitor)
public GreaterThan withLeftExpression(Expression arg0)
withLeftExpression 在类中 ComparisonOperatorpublic GreaterThan withRightExpression(Expression arg0)
public GreaterThan withOldOracleJoinSyntax(int arg0)
public GreaterThan withOraclePriorPosition(int arg0)
Copyright © 2026. All rights reserved.