public class JoinTableNode extends TableNode
Modifier and Type | Class and Description |
---|---|
static class |
JoinTableNode.JoinType |
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(TableNodeVisitor<T> visitor) |
boolean |
equals(Object obj) |
TableNode |
getLHS() |
ParseNode |
getOnNode() |
TableNode |
getRHS() |
JoinTableNode.JoinType |
getType() |
int |
hashCode() |
boolean |
isSingleValueOnly() |
void |
toSQL(ColumnResolver resolver,
StringBuilder buf) |
public JoinTableNode.JoinType getType()
public TableNode getLHS()
public TableNode getRHS()
public ParseNode getOnNode()
public boolean isSingleValueOnly()
public <T> T accept(TableNodeVisitor<T> visitor) throws SQLException
accept
in class TableNode
SQLException
public void toSQL(ColumnResolver resolver, StringBuilder buf)
Copyright © 2019 Apache Software Foundation. All Rights Reserved.