|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Deprecated Classes | |
com.ibm.ims.base.DLISecondaryIndexInfo
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. |
Deprecated Constructors | |
com.ibm.ims.db.DLIDatabaseView(String, DLISegmentInfo[])
use overloaded constructor with version |
|
com.ibm.ims.db.DLIDatabaseView(String, String, String, DLISegmentInfo[])
use overloaded constructor with version |
|
com.ibm.ims.base.DLISecondaryIndexInfo(String, String[], String)
This constructor does not support secondary indexes with source and target segments being different. The preferred way to do is via the com.ibm.ims.db.SecondaryIndexInfo(String fieldName, String sourceSegmentName,
String[] indexInfo, String searchFieldName, int keyLength) method, which
takes the field name, source segment name, array of sequenced field names, search
field name and the length of the sequenced fields put together as parameters. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |