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 |
---|---|
DBArray |
PSB.createArrayOf(String typeName)
Factory method for creating
DBArray objects. |
DBArray |
DBStruct.getArray(String fieldName)
Retrieves the value of the designated field in the current element of the
DBStruct object as a com.ibm.ims.dli.DBArray . |
DBArray |
Path.getArray(String fieldName)
Retrieves the value of the designated field in the
Path
object as a com.ibm.ims.dli.DBArray . |
DBArray |
Path.getArray(String segmentName,
String fieldName)
Retrieves the value of the field in the specified segment of this
Path object as a com.ibm.ims.dli.DBArray . |
Modifier and Type | Method and Description |
---|---|
void |
DBStruct.setArray(String fieldName,
DBArray value)
Sets the value of the designated field in the
DBStruct
object as a com.ibm.ims.dli.DBArray . |
void |
Path.setArray(String fieldName,
DBArray value)
Sets the value of the designated field in the
Path object as
a com.ibm.ims.dli.DBArray . |
void |
Path.setArray(String segmentName,
String fieldName,
DBArray value)
Sets the value of the field in the specified segment of this
Path object as a com.ibm.ims.dli.DBArray . |
(c) Copyright IBM Corporation 2008, 2017.