wt.query.qml
Class CompoundStatementHandler

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

public class CompoundStatementHandler
extends Object
implements StatementHandler



Supported API: false

Extendable: false


Field Summary
private static String CLASSNAME
           
private static String RESOURCE
           
private static StatementFactory STATEMENT_FACTORY
           
 
Constructor Summary
CompoundStatementHandler()
           
 
Method Summary
 StatementSpec build(Element a_element, Hashtable a_parameterMap)
          Builds a StatementSpec instance using the specified DOM node.
 
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

STATEMENT_FACTORY

private static final StatementFactory STATEMENT_FACTORY
Constructor Detail

CompoundStatementHandler

public CompoundStatementHandler()
Method Detail

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