|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.ims.base.GSAMPCB
The GSAMPCB class contains all the data attributes of the GSAM Database Program Communication Block and the necessary getter and setter methods. IMS describes the results of the GSAM database calls your program issues in the DB PCB that is referenced in the call. For more information, see IMS Application Programming: Database Manager.
Method Summary | |
java.lang.String |
getDBName()
Returns the database name in this GSAMPCB. |
byte[] |
getKeyFeedback()
Returns the concatenated key in this GSAMPCB from the last DLI call using this GSAMPCB. |
int |
getKeyFeedbackLength()
Returns the concatenated key length in this GSAMPCB from the last DLI call using this GSAMPCB. |
java.lang.String |
getProcessOptions()
Returns the IMS processing options in this GSAMPCB. |
byte[] |
getRSA()
Returns the record search argument (RSA) from GSAM DB PCB. |
short |
getStatusCode()
Returns the status code of the last GSAM database call using this GSAMPCB |
int |
getUndefinedLengthRecordLength()
Returns the length of the undefined-length record after GSAM GU or GN call. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public java.lang.String getDBName()
public short getStatusCode()
public java.lang.String getProcessOptions()
public byte[] getKeyFeedback()
public int getKeyFeedbackLength()
public byte[] getRSA()
public int getUndefinedLengthRecordLength()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |