wt.query.qml
Class CompoundStatementHandler
java.lang.Object
wt.query.qml.CompoundStatementHandler
- All Implemented Interfaces:
- StatementHandler
- public class CompoundStatementHandler
- 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
STATEMENT_FACTORY
private static final StatementFactory STATEMENT_FACTORY
CompoundStatementHandler
public CompoundStatementHandler()
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