wt.query.qml
Class AbstractQueryStatementHandler
java.lang.Object
wt.query.qml.AbstractQueryStatementHandler
- All Implemented Interfaces:
- StatementHandler
- Direct Known Subclasses:
- QueryStatementHandler, SubQueryStatementHandler
- public abstract class AbstractQueryStatementHandler
- extends Object
- implements StatementHandler
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
ELEMENT_HANDLER
protected static final QueryElementFactory ELEMENT_HANDLER
DEBUG
public static final boolean DEBUG
LOG
private static final DebugWriter LOG
AbstractQueryStatementHandler
public AbstractQueryStatementHandler()
getSelect
public abstract Element getSelect(Element a_element)
throws QMLException
- Returns the Select element of this query.
Supported API: false
- Parameters:
a_element
-
- Returns:
- Element
- Throws:
QMLException
build
public StatementSpec build(Element a_element,
Hashtable a_parameterMap)
throws QMLException
- Builds a StatementSpec instance using the specified DOM node.
Supported API: false
- Specified by:
build
in interface StatementHandler
- Parameters:
a_element
- a_parameterMap
-
- Returns:
- StatementSpec
- Throws:
QMLException
newQuerySpec
public QuerySpec newQuerySpec(Element a_element)
throws WTException
- This method constructs the QuerySpec instance and sets any applicable
attributes.
Supported API: false
- Parameters:
a_element
-
- Returns:
- QuerySpec
- Throws:
WTException