|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DLIRecord | |
com.ibm.ims.db | Provides classes for the JDBC driver and for the IMS Java hierarchic database interface. |
Uses of DLIRecord in com.ibm.ims.db |
Fields in com.ibm.ims.db declared as DLIRecord | |
protected DLIRecord |
DLIResultSet.record
|
Methods in com.ibm.ims.db with parameters of type DLIRecord | |
boolean |
DLIConnection.getNextRecord(DLIRecord record,
SSAList ssaList)
Retrieves segments in a path call 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. |
void |
DLIConnection.deleteSegments(DLIRecord record)
Removes a record and its dependents from the database. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |