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 | |
queryCost (queryCost) | 0/1 | |
execMode (string) | 0/1 | |
error (boolean) | 1/1 | |
errorMsg (string) | 0/1 | |
tablesQueried/tablesQueried (string) | 0/unbounded | |
prepareHandle (queryPrepareHandle) | 0/1 | |
scanMode (string) | 0/1 |
JSON
property | type | description |
---|---|---|
planString | planString (string) | |
hasSubQuery | hasSubQuery (boolean) | |
queryCost | queryCost (queryCost) | |
execMode | execMode (string) | |
error | error (boolean) | |
errorMsg | errorMsg (string) | |
tablesQueried | array of tablesQueried/tablesQueried (string) | |
prepareHandle | prepareHandle (queryPrepareHandle) | |
scanMode | scanMode (string) |