|
IBM DB2 Information Integrator Java API Reference for Developing Wrappers |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.db2.wrapper.Quantifier
The Quantifier class encapsulates information for a quantifier of a Request.
Usage:
This class is instantiated by the federated server to contain
information for a Request object during query planning.
The quantifiers are the entities specified in the FROM clause of the query.
The planRequest
method
in the wrapper-specific unfenced server subclass examines the quantifier
information and adds the information to the Reply
objects if the
wrapper can process this information.
Method Summary | |
int |
getHandle()
Retrieve the handle of the quantifier. |
UnfencedGenericNickname |
getNickname()
Retrieve the nickname that is referenced by this quantifier. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public int getHandle()
public UnfencedGenericNickname getNickname()
|
IBM DB2 Information Integrator Java API Reference for Developing Wrappers |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
(C)Copyright IBM Corp. 2002. All rights reserved.
Links on this page are made available for your convenience and may take you to non-IBM sites. IBM does not warrant any sample code provided on these sites.