public class DBQueryInfo
extends java.lang.Object
Constructor and Description |
---|
DBQueryInfo(com.ibm.ims.dli.t2.INQYCallImpl call) |
Modifier and Type | Method and Description |
---|---|
int |
getReasonCode()
Gets the reason code produced by the DBQUERY INQY DLI call.
|
java.lang.String |
getReasonCodeHex()
Gets the reason code produced by the DBQUERY INQY DLI call
as a hexadecimal string.
|
int |
getReturnCode()
Gets the return code produced by the DBQUERY INQY DLI call.
|
java.lang.String |
getReturnCodeHex()
Gets the return code produced by the DBQUERY INQY DLI call
as a hexadecimal string.
|
int |
getStatusCode()
Gets the IMS status code of the INQY call from the IOPCB.
|
java.lang.String |
getStatusCodeChars()
Gets the IMS status code of the INQY call from the IOPCB
as a character string.
|
public int getReasonCode()
public java.lang.String getReasonCodeHex()
public int getReturnCode()
public java.lang.String getReturnCodeHex()
public int getStatusCode()
public java.lang.String getStatusCodeChars()