queryPlan
| Extends: | querySubmitResult |
| Namespace: | (default namespace) |
| XML Schema: | ns0.xsd |
XML
Elements
| name (type) | min/max occurs |
description |
|---|---|---|
| planString (string) | 0/1 | |
| hasSubQuery (boolean) | 1/1 | |
| execMode (string) | 0/1 | |
| prepareHandle (queryPrepareHandle) | 0/1 | |
| scanMode (string) | 0/1 | |
| tablesQueried/tablesQueried (string) | 0/unbounded | |
| queryCost (queryCostTO) | 0/1 |
JSON
| property | type | description |
|---|---|---|
| planString | planString (string) | |
| hasSubQuery | hasSubQuery (boolean) | |
| execMode | execMode (string) | |
| prepareHandle | prepareHandle (queryPrepareHandle) | |
| scanMode | scanMode (string) | |
| tablesQueried | array of tablesQueried/tablesQueried (string) | |
| queryCost | queryCost (queryCostTO) |