|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DLITypeInfo | |
com.ibm.ims.application | Provides classes for IMS Java dependent region transaction and message processing. |
com.ibm.ims.base | Provides classes for the mapping to IMS DL/I APIs. |
com.ibm.ims.db | Provides classes for the JDBC driver and for the IMS Java hierarchic database interface. |
Uses of DLITypeInfo in com.ibm.ims.application |
Constructors in com.ibm.ims.application with parameters of type DLITypeInfo | |
IMSFieldMessage(DLITypeInfo[] typeInfo,
int length,
boolean isSPA)
Creates a new IMSFieldMessage with the specified message length. |
|
IMSFieldMessage(DLITypeInfo[] typeInfo,
int length,
boolean isSPA,
int transCodeRule)
Creates a new IMSFieldMessage with the specified message length. |
|
IMSFieldMessage(DLITypeInfo[] typeInfo,
int length,
boolean isSPA,
byte[] ioArea,
int transCodeRule)
Creates a new IMSFieldMessage with the specified message length. |
|
IMSFieldMessage(IMSFieldMessage message,
DLITypeInfo[] typeInfo)
Creates a new IMSFieldMessage from an existing
IMSFieldMessage . |
Uses of DLITypeInfo in com.ibm.ims.base |
Subclasses of DLITypeInfo in com.ibm.ims.base | |
class |
DLISecondaryIndexInfo
Deprecated. This class does not support for secondary indexes with source and target segments being different. The preferred way to do is via the com.ibm.ims.db.SecondaryIndexInfo
class, whose constructor SecondaryIndexInfo(String, String, String[], String)
{/code> caters to the case where the source & target are different segments. |
class |
DLITypeInfoList
A DLITypeInfoList object is a specialization of a DLITypeInfo object that defines a set of fields that occur more than once. |
Methods in com.ibm.ims.base that return DLITypeInfo | |
DLITypeInfo[] |
DLIBaseSegment.getTypeInfo()
Returns an array of the DLITypeInfo instances for this segment. |
DLITypeInfo |
DLIBaseSegment.getTypeInfo(int index)
Returns the DLITypeInfo of the field specified by the index parameter. |
DLITypeInfo |
DLIBaseSegment.getTypeInfo(java.lang.String fieldName)
Returns the DLITypeInfo of the field specified by the fieldName parameter. |
Constructors in com.ibm.ims.base with parameters of type DLITypeInfo | |
DLIBaseSegment(java.lang.String segmentName,
DLITypeInfo[] typeInfo,
int length)
|
|
DLITypeInfoList(java.lang.String listName,
DLITypeInfo[] typeInfo,
int startingOffset,
int length,
int count)
Constructs a DLITypeInfoList object. |
Uses of DLITypeInfo in com.ibm.ims.db |
Subclasses of DLITypeInfo in com.ibm.ims.db | |
class |
SecondaryIndexInfo
A SecondaryIndexInfo object is a specialization of a DLITypeInfo object that defines a field, or a set of fields, that make up a secondary index. |
Constructors in com.ibm.ims.db with parameters of type DLITypeInfo | |
DLISegment(java.lang.String segmentNameInDBD,
DLITypeInfo[] typeInfo,
int length)
Constructs a DL/I Segment object. |
|
DLISegment(java.lang.String segmentNameReference,
java.lang.String segmentNameInDBD,
DLITypeInfo[] typeInfo,
int length)
Constructs a DL/I Segment object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |