public class SqlCompare extends BinarySqlOperator
| Modifier and Type | Class and Description |
|---|---|
static class |
SqlCompare.Operator |
| Constructor and Description |
|---|
SqlCompare(SqlExpr leftArg,
Compare.CompareOp op,
SqlExpr rightArg) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
SqlCompare.Operator |
getOperator() |
String |
getSignature() |
int |
hashCode() |
<X extends Exception> |
visit(RdbmsQueryModelVisitorBase<X> visitor) |
clone, getLeftArg, getRightArg, replaceChildNode, setLeftArg, setRightArg, toString, visitChildrenvisitgetParentNode, nullEquals, replaceNodeInList, replaceWith, setParentNodefinalize, getClass, notify, notifyAll, wait, wait, waitgetParentNode, replaceWith, setParentNode, visitpublic SqlCompare(SqlExpr leftArg, Compare.CompareOp op, SqlExpr rightArg)
public SqlCompare.Operator getOperator()
public String getSignature()
getSignature in interface QueryModelNodegetSignature in class QueryModelNodeBasepublic <X extends Exception> void visit(RdbmsQueryModelVisitorBase<X> visitor) throws X extends Exception
visit in class RdbmsQueryModelNodeBaseX extends Exceptionpublic int hashCode()
hashCode in class BinarySqlOperatorpublic boolean equals(Object obj)
equals in interface QueryModelNodeequals in class BinarySqlOperatorCopyright © 2001-2014 Aduna. All Rights Reserved.