|
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.StoredProcParameter
public class StoredProcParameter
The StoreProcParameter class encapsulates the information concerning an specific parameter of a Stored Procedure.
Field Summary | |
---|---|
protected java.lang.String |
paramName
Keeps the name of the stored procedure parameter. |
protected int |
paramType
Keeps the type of the stored procedure parameter. |
Constructor Summary | |
---|---|
StoredProcParameter()
This constructor creates a StoredProcParameter object. |
|
StoredProcParameter(java.lang.String aParamName,
int aParamType)
This constructor creates a StoredProcParameter object and sets its paramName attribute to aParamName and its paramType attribute to aParamType. |
Method Summary | |
---|---|
java.lang.String |
getParamName()
Gets the paramName attribute |
int |
getParamType()
Gets the paramType attribute |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String paramName
protected int paramType
Constructor Detail |
---|
public StoredProcParameter()
public StoredProcParameter(java.lang.String aParamName, int aParamType)
aParamName
- java.lang.StringaTypeName
- java.lang.StringMethod Detail |
---|
public java.lang.String getParamName()
public int getParamType()
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |