public class GreaterThanEquals extends ComparisonOperator
NO_ORACLE_JOIN, NO_ORACLE_PRIOR, ORACLE_JOIN_LEFT, ORACLE_JOIN_RIGHT, ORACLE_PRIOR_END, ORACLE_PRIOR_START| Constructor and Description |
|---|
GreaterThanEquals() |
GreaterThanEquals(String operator) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ExpressionVisitor expressionVisitor) |
GreaterThanEquals |
withLeftExpression(Expression arg0) |
GreaterThanEquals |
withOldOracleJoinSyntax(int arg0) |
GreaterThanEquals |
withOraclePriorPosition(int arg0) |
GreaterThanEquals |
withRightExpression(Expression arg0) |
getStringExpressiongetOldOracleJoinSyntax, getOraclePriorPosition, setOldOracleJoinSyntax, setOraclePriorPosition, toStringgetLeftExpression, getLeftExpression, getRightExpression, getRightExpression, setLeftExpression, setRightExpressiongetASTNode, setASTNodeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetASTNode, setASTNodepublic GreaterThanEquals()
public GreaterThanEquals(String operator)
public void accept(ExpressionVisitor expressionVisitor)
public GreaterThanEquals withLeftExpression(Expression arg0)
withLeftExpression in class ComparisonOperatorpublic GreaterThanEquals withRightExpression(Expression arg0)
withRightExpression in class ComparisonOperatorpublic GreaterThanEquals withOldOracleJoinSyntax(int arg0)
withOldOracleJoinSyntax in interface SupportsOldOracleJoinSyntaxwithOldOracleJoinSyntax in class ComparisonOperatorpublic GreaterThanEquals withOraclePriorPosition(int arg0)
withOraclePriorPosition in interface SupportsOldOracleJoinSyntaxwithOraclePriorPosition in class ComparisonOperatorCopyright © 2004–2021 JSQLParser. All rights reserved.