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 |
---|---|
RSA |
GPCB.getRSA()
Returns the record search argument (RSA) from GSAM DB PCB.
|
RSA |
GSAMPCB.insert(ByteBuffer gsamRecordBuffer)
Inserts a new record into a GSAM database.
|
RSA |
GSAMPCB.insert(Path gsamRecord)
Inserts a new record into a GSAM database.
|
Modifier and Type | Method and Description |
---|---|
Path |
GSAMPCB.getUnique(RSA recordSearchArg)
Retrieves a record in a GSAM database using random access.
|
void |
GSAMPCB.getUnique(RSA recordSearchArg,
ByteBuffer outputBuffer)
Retrieves a record in a GSAM database using random access.
|
(c) Copyright IBM Corporation 2008, 2017.