wt.query.qml
Interface OperandElementHandler

All Known Subinterfaces:
ColumnElementHandler
All Known Implementing Classes:
ColumnHandler, ConstantHandler, DelimitedListHandler, FunctionHandler, KeywordHandler, ListHandler, OperandElementFactory, ParameterHandler, SubSelectHandler

public interface OperandElementHandler



Supported API: false

Extendable: false


Method Summary
 IndexedRelationalExpression buildRelationalExpression(QuerySpec a_querySpec, Element a_element, Hashtable a_parameterMap)
          

Supported API: false
 

Method Detail

buildRelationalExpression

public IndexedRelationalExpression buildRelationalExpression(QuerySpec a_querySpec,
                                                             Element a_element,
                                                             Hashtable a_parameterMap)
                                                      throws QMLException


Supported API: false

Parameters:
a_querySpec -
a_element -
a_parameterMap -
Returns:
IndexedRelationalExpression
Throws:
QMLException