|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.btt.services.jdbc.StoredProcMetaData
public class StoredProcMetaData
The StoredProcMetadata class maintains the information concerning the columns for a specific stored procedure.
Field Summary | |
---|---|
int |
counterIn
Keeps the number of in parameters of the store procedure. |
int |
counterInOut
Keeps the number of inout parameters of the store procedure. |
int |
counterOut
Keeps the number of out parameters of the store procedure. |
protected static int |
maxInOutParameters
Keeps the maximum number of inout parameters of the store procedure. |
protected static int |
maxInParameters
Keeps the maximum number of in parameters of the store procedure. |
protected static int |
maxOutParameters
Keeps the maximum number of out parameters of the store procedure. |
StoredProcParameter[] |
parametersIn
Keeps the in parameters of store procedure |
StoredProcParameter[] |
parametersInOut
Keeps the inout parameters of store procedure |
StoredProcParameter[] |
parametersOut
Keeps the out parameters of store procedure |
Constructor Summary | |
---|---|
StoredProcMetaData()
This constructor creates a StoredProcMetaData object. |
Method Summary | |
---|---|
int |
getNumberOfParameters()
Gets the total number of parameters of the stored procedure |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final int maxInParameters
protected static final int maxInOutParameters
protected static final int maxOutParameters
public int counterIn
public int counterInOut
public int counterOut
public StoredProcParameter[] parametersIn
public StoredProcParameter[] parametersInOut
public StoredProcParameter[] parametersOut
Constructor Detail |
---|
public StoredProcMetaData()
Method Detail |
---|
public int getNumberOfParameters()
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |