wt.query.qml
Class SubQueryStatementHandler

java.lang.Object
  extended bywt.query.qml.AbstractQueryStatementHandler
      extended bywt.query.qml.SubQueryStatementHandler
All Implemented Interfaces:
StatementHandler

public class SubQueryStatementHandler
extends AbstractQueryStatementHandler



Supported API: false

Extendable: false


Field Summary
private static String CLASSNAME
           
private static String RESOURCE
           
 
Fields inherited from class wt.query.qml.AbstractQueryStatementHandler
DEBUG, ELEMENT_HANDLER
 
Constructor Summary
SubQueryStatementHandler()
           
 
Method Summary
 Element getSelect(Element a_element)
          Returns the Select element of this query.
 QuerySpec newQuerySpec(Element a_element)
          This method constructs the QuerySpec instance and sets any applicable attributes.
 
Methods inherited from class wt.query.qml.AbstractQueryStatementHandler
build
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME
Constructor Detail

SubQueryStatementHandler

public SubQueryStatementHandler()
Method Detail

newQuerySpec

public QuerySpec newQuerySpec(Element a_element)
                       throws WTException
This method constructs the QuerySpec instance and sets any applicable attributes.

Supported API: false

Overrides:
newQuerySpec in class AbstractQueryStatementHandler
Parameters:
a_element -
Returns:
QuerySpec
Throws:
WTException

getSelect

public Element getSelect(Element a_element)
                  throws QMLException
Returns the Select element of this query.

Supported API: false

Specified by:
getSelect in class AbstractQueryStatementHandler
Parameters:
a_element -
Returns:
Element
Throws:
QMLException