|
|||||||||
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.
Field Summary | |
private static java.lang.String |
copyright
|
Fields inherited from class com.ibm.db.StatementMetaData |
copyright,
fieldStatement,
nextMetaData,
PARM_MODE_INOUT,
PARM_MODE_INPUT,
PARM_MODE_OUTPUT,
querySpec,
serialVersionUID,
tables |
Constructor Summary | |
|
CallableStatementMetaData()
Constructs a new CallableStatementMetaData. |
protected |
CallableStatementMetaData(DatabaseQuerySpec aSpec)
Constructs a new CallableStatementMetaData and associates it with the specified DatabaseQuerySpec. |
Methods inherited from class java.lang.Object |
|
Field Detail |
private static final java.lang.String copyright
Constructor Detail |
public CallableStatementMetaData()
protected CallableStatementMetaData(DatabaseQuerySpec aSpec)
aSpec
- the query specification.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |