wt.query.qml
Class KeywordHandler
java.lang.Object
wt.query.qml.KeywordHandler
- All Implemented Interfaces:
- ColumnElementHandler, OperandElementHandler, QueryElementHandler
- public class KeywordHandler
- extends Object
- implements ColumnElementHandler
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
KeywordHandler
public KeywordHandler()
appendQueryElement
public void appendQueryElement(QuerySpec a_querySpec,
Element a_element,
Hashtable a_parameterMap)
throws QMLException
Supported API: false
- Specified by:
appendQueryElement
in interface QueryElementHandler
- Parameters:
a_querySpec
- a_element
- a_parameterMap
-
- Throws:
QMLException
buildRelationalExpression
public IndexedRelationalExpression buildRelationalExpression(QuerySpec a_querySpec,
Element a_element,
Hashtable a_parameterMap)
throws QMLException
Supported API: false
- Specified by:
buildRelationalExpression
in interface OperandElementHandler
- Parameters:
a_querySpec
- a_element
- a_parameterMap
-
- Returns:
- IndexedRelationalExpression
- Throws:
QMLException