|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.ims.base.DBPCB
The DBPCB class contains all the data attributes of the IMS Database Program Program Communication Block and the necessary getter and setter methods. IMS describes the results of the 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 DBPCB. |
byte[] |
getKeyFeedback()
Returns the concatenated key in this DBPCB from the last DLI call using this DBPCB. |
int |
getKeyFeedbackLength()
Returns the concatenated key length in this DBPCB from the last DLI call using this DBPCB. |
int |
getNumberSensitiveSegments()
Returns the number of sensitive segments in this DBPCB from the last DLI call using this DBPCB. |
java.lang.String |
getProcessOptions()
Returns the IMS processing options in this DBPCB. |
byte[] |
getRSA()
Returns the record search argument (RSA) from GSAM DB PCB. |
int |
getSegmentLevelNumber()
Returns the segment level in this DBPCB from the last DLI call using this DBPCB. |
java.lang.String |
getSegmentName()
Returns the IMS segment name in this DBPCB from the last DLI call using this DBPCB. |
short |
getStatusCode()
Returns the IMS status code of the last DLI call using this . |
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 java.lang.String getSegmentName()
public byte[] getKeyFeedback()
public int getSegmentLevelNumber()
public int getKeyFeedbackLength()
public int getNumberSensitiveSegments()
public byte[] getRSA()
public int getUndefinedLengthRecordLength()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |