Class EqualsTo
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
net.sf.jsqlparser.expression.operators.relational.EqualsTo
- All Implemented Interfaces:
Serializable
,Expression
,SupportsOldOracleJoinSyntax
,Model
,ASTNodeAccess
- See Also:
-
Field Summary
Fields 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(ExpressionVisitor expressionVisitor) withLeftExpression
(Expression expression) withOldOracleJoinSyntax
(int arg0) withOraclePriorPosition
(int arg0) withRightExpression
(Expression expression) Methods inherited from class net.sf.jsqlparser.expression.operators.relational.ComparisonOperator
getStringExpression
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
-
Constructor Details
-
EqualsTo
public EqualsTo() -
EqualsTo
-
-
Method Details
-
accept
-
withLeftExpression
- Overrides:
withLeftExpression
in classComparisonOperator
-
withRightExpression
- Overrides:
withRightExpression
in classComparisonOperator
-
withOldOracleJoinSyntax
- Specified by:
withOldOracleJoinSyntax
in interfaceSupportsOldOracleJoinSyntax
- Overrides:
withOldOracleJoinSyntax
in classComparisonOperator
-
withOraclePriorPosition
- Specified by:
withOraclePriorPosition
in interfaceSupportsOldOracleJoinSyntax
- Overrides:
withOraclePriorPosition
in classComparisonOperator
-