|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.db.StatementMetaData | +--com.ibm.db.CallableStatementMetaData
Class for CallableStatement metadata. This class is used in the SQL specification methods that are generated by VisualAge for Java. Using an unique class for the meta data associated with a CallableStatement allows these methods to be identified by their method signature. There is no functional difference between a CallableStatementMetaData and its superclass StatementMetaData.
Fields inherited from class com.ibm.db.StatementMetaData |
PARM_MODE_INOUT,
PARM_MODE_INPUT,
PARM_MODE_OUTPUT |
Constructor Summary | |
CallableStatementMetaData()
Constructs a new CallableStatementMetaData. |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public CallableStatementMetaData()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |