|
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.CatalogInfo
com.ibm.db2.wrapper.RFuncParmInfo
The RFuncParmInfo class represents the information that describes a function parameter in a function mapping.
Constructor Summary | |
RFuncParmInfo()
Default constructor. |
|
RFuncParmInfo(short ordinal)
Construct a function parameter with the specified ordinal. |
Method Summary | |
RFuncParmInfo |
getNextRFuncParm()
Retrieve the next function parameter in the chain. |
short |
getOrdinal()
Retrieve the ordinal value. |
boolean |
isOrdinalValid()
check if an ordinal value was specified. |
void |
setNextRFuncParm(RFuncParmInfo next)
Set the next function parameter in the chain. |
void |
setOrdinal(short ordinal)
Set the ordinal value. |
Methods inherited from class com.ibm.db2.wrapper.CatalogInfo |
addOption, dropOption, getFirstOption, getNextOption, getOption |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RFuncParmInfo()
public RFuncParmInfo(short ordinal)
ordinal
- The ordinal value.Method Detail |
public RFuncParmInfo getNextRFuncParm()
public short getOrdinal()
public boolean isOrdinalValid()
public void setNextRFuncParm(RFuncParmInfo next)
next
- The next parameter.public void setOrdinal(short ordinal)
ordinal
- The ordinal value.
|
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.