| Package | Description |
|---|---|
| org.teiid.client | |
| org.teiid.client.plan | |
| org.teiid.jdbc |
| Modifier and Type | Method and Description |
|---|---|
PlanNode |
ResultsMessage.getPlanDescription() |
| Modifier and Type | Method and Description |
|---|---|
void |
ResultsMessage.setPlanDescription(PlanNode object) |
| Modifier and Type | Method and Description |
|---|---|
static PlanNode |
PlanNode.fromXml(String planString) |
PlanNode |
PlanNode.getParent() |
PlanNode |
PlanNode.Property.getPlanNode() |
| Modifier and Type | Method and Description |
|---|---|
void |
PlanNode.addProperty(String pname,
PlanNode value) |
void |
PlanNode.Property.setPlanNode(PlanNode planNode) |
protected void |
PlanNode.visitNode(PlanNode node,
int nodeLevel,
StringBuilder text) |
| Modifier and Type | Method and Description |
|---|---|
PlanNode |
ConnectionImpl.getCurrentPlanDescription() |
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() |
protected PlanNode |
ResultSetImpl.getUpdatedPlanDescription() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionImpl.setCurrentPlanDescription(PlanNode currentPlanDescription) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.