wt.query.qml
Class ExistsHandler

java.lang.Object
  extended bywt.query.qml.ExistsHandler
All Implemented Interfaces:
WhereElementHandler

public class ExistsHandler
extends Object
implements WhereElementHandler



Supported API: false

Extendable: false


Field Summary
private static String CLASSNAME
           
private static StatementFactory FACTORY
           
private static String RESOURCE
           
 
Constructor Summary
ExistsHandler()
           
 
Method Summary
 WhereExpression buildWhereExpression(QuerySpec a_querySpec, Element a_element, Hashtable a_parameterMap)
          

Supported API: false
 
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

FACTORY

private static final StatementFactory FACTORY
Constructor Detail

ExistsHandler

public ExistsHandler()
Method Detail

buildWhereExpression

public WhereExpression buildWhereExpression(QuerySpec a_querySpec,
                                            Element a_element,
                                            Hashtable a_parameterMap)
                                     throws QMLException


Supported API: false

Specified by:
buildWhereExpression in interface WhereElementHandler
Parameters:
a_querySpec -
a_element -
a_parameterMap -
Returns:
WhereExpression
Throws:
QMLException