public class ExplainNode extends SqlNode
swigCMemOwn| Constructor and Description |
|---|
ExplainNode(long cPtr,
boolean cMemoryOwn) |
ExplainNode(QueryNode query,
ExplainType explain_type) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
protected void |
finalize() |
static long |
getCPtr(ExplainNode obj) |
ExplainType |
getExplain_type_() |
QueryNode |
getQuery_() |
void |
Print(SWIGTYPE_p_std__ostream output,
String org_tab) |
void |
setQuery_(QueryNode value) |
Equals, getCPtr, GetLineNum, GetLocation, getType_, GetType, GetTypeName, setType_public ExplainNode(long cPtr,
boolean cMemoryOwn)
public ExplainNode(QueryNode query, ExplainType explain_type)
public static long getCPtr(ExplainNode obj)
public void Print(SWIGTYPE_p_std__ostream output, String org_tab)
public ExplainType getExplain_type_()
public void setQuery_(QueryNode value)
public QueryNode getQuery_()
Copyright © 2021. All rights reserved.