queryPlan Data Type

Namespace
(Default)
Schema
ns1.xsd
Properties
name data type type namespace min/max occurs wrapped by description
execMode string element 0/1    
hasSubQuery boolean element 1/1    
planString string element 0/1    
prepareHandle queryPrepareHandle element 0/1    
queryCost queryCostTO element 0/1    
scanMode string element 0/1    
tablesQueried string element 0/unbounded tablesQueried  

Example

<queryPlan>
  <prepareHandle>
    <prepareHandleId>...</prepareHandleId>
  </prepareHandle>
  <execMode>...</execMode>
  <planString>...</planString>
  <hasSubQuery>...</hasSubQuery>
  <queryCost>
    <estimatedResourceUsage>...</estimatedResourceUsage>
    <costType>...</costType>
    <estimatedExecTimeMillis>...</estimatedExecTimeMillis>
  </queryCost>
  <tablesQueried>
    <tablesQueried>...</tablesQueried>
  </tablesQueried>
  <scanMode>...</scanMode>
</queryPlan>