public class OrParseNode extends CompoundParseNode
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(ParseNodeVisitor<T> visitor) |
void |
toSQL(ColumnResolver resolver,
StringBuilder buf) |
equals, getChildren, hashCode, isStateless
getAlias, hasSubquery, toString
public static final String NAME
public <T> T accept(ParseNodeVisitor<T> visitor) throws SQLException
accept
in class ParseNode
SQLException
public void toSQL(ColumnResolver resolver, StringBuilder buf)
Copyright © 2019 Apache Software Foundation. All Rights Reserved.