Module net.sf.jsqlparser
Class NotEqualsTo
- 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.NotEqualsTo
-
- All Implemented Interfaces:
Serializable
,Expression
,SupportsOldOracleJoinSyntax
,Model
,net.sf.jsqlparser.parser.ASTNodeAccess
public class NotEqualsTo extends ComparisonOperator
- See Also:
- Serialized Form
-
-
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 Constructor Description NotEqualsTo()
NotEqualsTo(String operator)
NotEqualsTo(Expression left, Expression right)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T,S>
Taccept(ExpressionVisitor<T> expressionVisitor, S context)
NotEqualsTo
withLeftExpression(Expression expression)
NotEqualsTo
withOldOracleJoinSyntax(int arg0)
NotEqualsTo
withOraclePriorPosition(int arg0)
NotEqualsTo
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
add, and, bitAnd, bitOr, bitShiftLeft, bitShiftRight, bitXor, build, concat, divide, divideInt, getLeftExpression, getLeftExpression, getRightExpression, getRightExpression, modulo, multiply, or, setLeftExpression, setRightExpression, subtract, xor
-
Methods inherited from class net.sf.jsqlparser.parser.ASTNodeAccessImpl
appendTo, getASTNode, getParent, getParent, 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.expression.Expression
accept
-
-
-
-
Constructor Detail
-
NotEqualsTo
public NotEqualsTo()
-
NotEqualsTo
public NotEqualsTo(String operator)
-
NotEqualsTo
public NotEqualsTo(Expression left, Expression right)
-
-
Method Detail
-
withLeftExpression
public NotEqualsTo withLeftExpression(Expression expression)
- Overrides:
withLeftExpression
in classComparisonOperator
-
withRightExpression
public NotEqualsTo withRightExpression(Expression expression)
- Overrides:
withRightExpression
in classComparisonOperator
-
accept
public <T,S> T accept(ExpressionVisitor<T> expressionVisitor, S context)
-
withOldOracleJoinSyntax
public NotEqualsTo withOldOracleJoinSyntax(int arg0)
- Specified by:
withOldOracleJoinSyntax
in interfaceSupportsOldOracleJoinSyntax
- Overrides:
withOldOracleJoinSyntax
in classComparisonOperator
-
withOraclePriorPosition
public NotEqualsTo withOraclePriorPosition(int arg0)
- Specified by:
withOraclePriorPosition
in interfaceSupportsOldOracleJoinSyntax
- Overrides:
withOraclePriorPosition
in classComparisonOperator
-
-