java.lang.Object | +----com.ibm.db.StatementMetaData | +----com.ibm.db.CallableStatementMetaData
Class for CallableStatement meta data. 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 CallableStatmentMetaData and its superclass StatementMetaData.
public CallableStatementMetaData()