wt.query.qml
Class SubQueryStatementHandler
java.lang.Object
wt.query.qml.AbstractQueryStatementHandler
wt.query.qml.SubQueryStatementHandler
- All Implemented Interfaces:
- StatementHandler
- public class SubQueryStatementHandler
- extends AbstractQueryStatementHandler
Supported API: false
Extendable: false
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RESOURCE
private static final String RESOURCE
- See Also:
- Constant Field Values
CLASSNAME
private static final String CLASSNAME
SubQueryStatementHandler
public SubQueryStatementHandler()
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