public class UnionQueryNode extends QueryNode
swigCMemOwn| Constructor and Description |
|---|
UnionQueryNode(long cPtr,
boolean cMemoryOwn) |
UnionQueryNode(QueryNode left,
QueryNode right,
boolean is_all) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
boolean |
Equals(SqlNode node) |
protected void |
finalize() |
static long |
getCPtr(UnionQueryNode obj) |
boolean |
getIs_all_() |
QueryNode |
getLeft_() |
QueryNode |
getRight_() |
void |
Print(SWIGTYPE_p_std__ostream output,
String org_tab) |
void |
setLeft_(QueryNode value) |
void |
setRight_(QueryNode value) |
getCPtr, getQuery_type_getCPtr, GetLineNum, GetLocation, getType_, GetType, GetTypeName, setType_public static long getCPtr(UnionQueryNode obj)
public void Print(SWIGTYPE_p_std__ostream output, String org_tab)
public void setLeft_(QueryNode value)
public QueryNode getLeft_()
public void setRight_(QueryNode value)
public QueryNode getRight_()
public boolean getIs_all_()
Copyright © 2021. All rights reserved.