|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.ims.db.DLIRecord
An object that represents a path of segments in a DL/I database, starting with a root segment and working down the hierarchy towards a leaf segment.
Constructor Summary | |
DLIRecord(int segmentCount,
int ioAreaLength)
Creates a DLIRecord object by indicating the number of segments in the record and the total length of all of the segments. |
Method Summary | |
void |
addSegment(DLISegment segment)
Adds a segment to the current DLIRecord. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DLIRecord(int segmentCount, int ioAreaLength)
segmentCount
- the number of segments in the recordioAreaLength
- the total length of all of the segments in the recordMethod Detail |
public void addSegment(DLISegment segment)
segment
- the segment to be added to the record
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |