public class TablePlanNode extends LeafPlanNode
swigCMemOwn| Constructor and Description |
|---|
TablePlanNode(long cPtr,
boolean cMemoryOwn) |
TablePlanNode(String db,
String table) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
boolean |
Equals(PlanNode that) |
protected void |
finalize() |
static long |
getCPtr(TablePlanNode obj) |
String |
getDb_() |
String |
GetPathString() |
String |
getTable_() |
boolean |
IsPrimary() |
void |
Print(SWIGTYPE_p_std__ostream output,
String org_tab) |
void |
SetIsPrimary(boolean is_primary) |
AddChild, getCPtr, PrintChildrenGetChildren, GetChildrenSize, getCPtr, getType_, GetType, GetTypeNamepublic static long getCPtr(TablePlanNode obj)
protected void finalize()
finalize in class LeafPlanNodepublic void delete()
delete in class LeafPlanNodepublic void Print(SWIGTYPE_p_std__ostream output, String org_tab)
public boolean Equals(PlanNode that)
Equals in class LeafPlanNodepublic boolean IsPrimary()
public void SetIsPrimary(boolean is_primary)
public String GetPathString()
public String getDb_()
public String getTable_()
Copyright © 2021. All rights reserved.