|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SSAList | |
com.ibm.ims.db | Provides classes for the JDBC driver and for the IMS Java hierarchic database interface. |
Uses of SSAList in com.ibm.ims.db |
Methods in com.ibm.ims.db that return SSAList | |
static SSAList |
SSAList.createInstance()
Deprecated. Replaced by createInstance(String) |
static SSAList |
SSAList.createInstance(SSA ssa)
Deprecated. Replaced by createInstance(String, SSA) |
static SSAList |
SSAList.createInstance(java.lang.String dbPCBNameReference)
Creates an SSA list. |
static SSAList |
SSAList.createInstance(java.lang.String dbPCBNameReference,
SSA ssa)
Creates an SSA list from an existing SSA, and places the ssa argument at the head of the list. |
Methods in com.ibm.ims.db with parameters of type SSAList | |
boolean |
DLIConnection.getNextRecord(DLIRecord record,
SSAList ssaList)
Retrieves segments in a path call sequentially from the database. |
boolean |
DLIConnection.getNextSegment(DLISegment segment,
SSAList ssaList)
Retrieves a segment sequentially from the database. |
DLISegment |
DLIConnection.getNextSegment(SSAList ssaList)
Retrieves a segment sequentially from the database. |
boolean |
DLIConnection.getNextSegmentInParent(DLISegment segment,
SSAList ssaList)
Retrieves a dependent segment sequentially from the database. |
DLISegment |
DLIConnection.getNextSegmentInParent(SSAList ssaList)
Retrieves a dependent segment sequentially from the database. |
boolean |
DLIConnection.getUniqueRecord(DLIRecord record,
SSAList ssaList)
Directly retrieves the segments in a path from the database and establishes a starting position in the database for sequential processing. |
boolean |
DLIConnection.getUniqueSegment(DLISegment segment,
SSAList ssaList)
Directly retrieves a segment from the database and establishes a starting position in the database for sequential processing. |
DLISegment |
DLIConnection.getUniqueSegment(SSAList ssaList)
Directly retrieves a segment from the database and establishes a starting position in the database for sequential processing. |
void |
DLIConnection.insertSegment(DLISegment segment,
SSAList ssaList)
Inserts a segment into the database. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |