Class ComparisonOperator
java.lang.Object
net.sf.jsqlparser.parser.ASTNodeAccessImpl
net.sf.jsqlparser.expression.BinaryExpression
net.sf.jsqlparser.expression.operators.relational.OldOracleJoinBinaryExpression
net.sf.jsqlparser.expression.operators.relational.ComparisonOperator
- All Implemented Interfaces:
Serializable
,Expression
,SupportsOldOracleJoinSyntax
,Model
,ASTNodeAccess
- Direct Known Subclasses:
ContainedBy
,Contains
,DoubleAnd
,EqualsTo
,GeometryDistance
,GreaterThan
,GreaterThanEquals
,MinorThan
,MinorThanEquals
,NotEqualsTo
,TSQLLeftJoin
,TSQLRightJoin
- See Also:
-
Field Summary
FieldsFields inherited from interface net.sf.jsqlparser.expression.operators.relational.SupportsOldOracleJoinSyntax
NO_ORACLE_JOIN, NO_ORACLE_PRIOR, ORACLE_JOIN_LEFT, ORACLE_JOIN_RIGHT, ORACLE_PRIOR_END, ORACLE_PRIOR_START
-
Constructor Summary
ConstructorsConstructorDescriptionComparisonOperator
(String operator) ComparisonOperator
(String operator, Expression left, Expression right) -
Method Summary
Modifier and TypeMethodDescriptionwithLeftExpression
(Expression arg0) withOldOracleJoinSyntax
(int oldOracleJoinSyntax) withOraclePriorPosition
(int oraclePriorPosition) Methods inherited from class net.sf.jsqlparser.expression.operators.relational.OldOracleJoinBinaryExpression
getOldOracleJoinSyntax, getOraclePriorPosition, setOldOracleJoinSyntax, setOraclePriorPosition, toString
Methods inherited from class net.sf.jsqlparser.expression.BinaryExpression
getLeftExpression, getLeftExpression, getRightExpression, getRightExpression, setLeftExpression, setRightExpression
Methods inherited from class net.sf.jsqlparser.parser.ASTNodeAccessImpl
appendTo, getASTNode, setASTNode
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface net.sf.jsqlparser.parser.ASTNodeAccess
getASTNode, setASTNode
Methods inherited from interface net.sf.jsqlparser.expression.Expression
accept
-
Field Details
-
operator
-
-
Constructor Details
-
ComparisonOperator
-
ComparisonOperator
-
-
Method Details
-
getStringExpression
- Specified by:
getStringExpression
in classBinaryExpression
-
withLeftExpression
- Overrides:
withLeftExpression
in classOldOracleJoinBinaryExpression
-
withRightExpression
- Overrides:
withRightExpression
in classOldOracleJoinBinaryExpression
-
withOldOracleJoinSyntax
- Specified by:
withOldOracleJoinSyntax
in interfaceSupportsOldOracleJoinSyntax
- Overrides:
withOldOracleJoinSyntax
in classOldOracleJoinBinaryExpression
-
withOraclePriorPosition
- Specified by:
withOraclePriorPosition
in interfaceSupportsOldOracleJoinSyntax
- Overrides:
withOraclePriorPosition
in classOldOracleJoinBinaryExpression
-