Package | Description |
---|---|
com.ibm.ims.dli |
Provides an API to write Java applications that can access IMS databases
using DL/I programming semantics.
|
Modifier and Type | Method and Description |
---|---|
DLICall.Function |
DLICallResult.getDLICallFunction()
Retrieves the constant that represents the DL/I call function that was
issued.
|
DLICall.Function |
DLICallProperty.getFunction()
Retrieves the DL/I call function.
|
static DLICall.Function |
DLICall.Function.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DLICall.Function[] |
DLICall.Function.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DLICall |
PSB.prepareIMSRegionDLICall(DLICall.Function function)
Creates an instance of
DLICall for programmatically issuing
DL/I calls to IMS from your Java application. |
Constructor and Description |
---|
DLICallProperty(DLICall.Function function)
DLICallProperty constructor. |
(c) Copyright IBM Corporation 2008, 2017.