public static final class XMLOptTrace.QueryBlock
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
(package private) org.w3c.dom.Element |
currentBestPlan |
|
(package private) org.w3c.dom.Element |
currentDecoration |
|
(package private) JoinStrategy |
currentDecorationStrategy |
|
(package private) int[] |
currentJoinOrder |
|
(package private) org.w3c.dom.Element |
currentJoinsElement |
|
(package private) OptimizableList |
optimizableList |
|
(package private) org.w3c.dom.Element |
queryBlockElement |
|
(package private) int |
queryBlockID |
Constructor | Description |
---|---|
QueryBlock(int queryBlockID,
OptimizableList optimizableList,
org.w3c.dom.Element queryBlockElement) |
final int queryBlockID
final OptimizableList optimizableList
final org.w3c.dom.Element queryBlockElement
org.w3c.dom.Element currentJoinsElement
int[] currentJoinOrder
org.w3c.dom.Element currentBestPlan
JoinStrategy currentDecorationStrategy
org.w3c.dom.Element currentDecoration
public QueryBlock(int queryBlockID, OptimizableList optimizableList, org.w3c.dom.Element queryBlockElement)
Apache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.