public class InParseNode extends BinaryParseNode
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(ParseNodeVisitor<T> visitor) |
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isNegate() |
boolean |
isSubqueryDistinct() |
void |
toSQL(ColumnResolver resolver,
StringBuilder buf) |
getLHS, getRHS
getChildren, isStateless
getAlias, hasSubquery, toString
public boolean isNegate()
public boolean isSubqueryDistinct()
public <T> T accept(ParseNodeVisitor<T> visitor) throws SQLException
accept
in class ParseNode
SQLException
public int hashCode()
hashCode
in class CompoundParseNode
public boolean equals(Object obj)
equals
in class CompoundParseNode
public void toSQL(ColumnResolver resolver, StringBuilder buf)
Copyright © 2019 Apache Software Foundation. All Rights Reserved.