|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PlanNode | |
|---|---|
| org.teiid.client | |
| org.teiid.client.plan | |
| org.teiid.jdbc | |
| Uses of PlanNode in org.teiid.client |
|---|
| Methods in org.teiid.client that return PlanNode | |
|---|---|
PlanNode |
ResultsMessage.getPlanDescription()
|
| Methods in org.teiid.client with parameters of type PlanNode | |
|---|---|
void |
ResultsMessage.setPlanDescription(PlanNode object)
|
| Uses of PlanNode in org.teiid.client.plan |
|---|
| Methods in org.teiid.client.plan that return PlanNode | |
|---|---|
PlanNode |
PlanNode.getParent()
|
PlanNode |
PlanNode.Property.getPlanNode()
|
| Methods in org.teiid.client.plan with parameters of type PlanNode | |
|---|---|
void |
PlanNode.addProperty(java.lang.String pname,
PlanNode value)
|
void |
PlanNode.Property.setPlanNode(PlanNode planNode)
|
protected void |
PlanNode.visitNode(PlanNode node,
int nodeLevel,
java.lang.StringBuilder text)
|
| Uses of PlanNode in org.teiid.jdbc |
|---|
| Methods in org.teiid.jdbc that return PlanNode | |
|---|---|
PlanNode |
TeiidStatement.getPlanDescription()
Obtain the query plan object representation from the last command executed on this Statement, if a query plan was requested in the command. |
PlanNode |
StatementImpl.getPlanDescription()
Get Query plan description. |
protected PlanNode |
ResultSetImpl.getUpdatedPlanDescription()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||