| Package | Description |
|---|---|
| groovy.sql | |
| org.teiid.client | |
| org.teiid.client.plan | |
| org.teiid.jdbc | |
| org.teiid.logging |
| Modifier and Type | Method and Description |
|---|---|
PlanNode |
TeiidSql.getPlan() |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
PlanNode |
CommandLogMessage.getPlan()
Only available for user commands after the NEW event
|
| Constructor and Description |
|---|
CommandLogMessage(long timestamp,
String requestID,
String transactionID,
String sessionID,
String principal,
String vdbName,
String vdbVersion,
Long finalRowCount,
CommandLogMessage.Event event,
PlanNode plan) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.