Uses of Class
com.ibm.ims.db.DLISegmentInfo

Packages that use DLISegmentInfo
com.ibm.ims.db Provides classes for the JDBC driver and for the IMS Java hierarchic database interface. 
 

Uses of DLISegmentInfo in com.ibm.ims.db
 

Methods in com.ibm.ims.db with parameters of type DLISegmentInfo
 void DLIDatabaseView.addDatabase(java.lang.String dbPCBNameReference, java.lang.String dbPCBNameInPSB, DLISegmentInfo[] segments)
          Adds another database to the view by providing the reference name for the view, the DB PCB name for that database view, and the array of DLISegmentInfo objects that define the segments contained in the database view.
 

Constructors in com.ibm.ims.db with parameters of type DLISegmentInfo
DLIDatabaseView(java.lang.String version, java.lang.String dbPCBNameInPSB, DLISegmentInfo[] segments)
          Constructs a DLIDatabaseView object from the view name and an array of DLISegmentInfo objects that define the segments contained in the view.
DLIDatabaseView(java.lang.String version, java.lang.String psbName, java.lang.String dbPCBNameReference, java.lang.String dbPCBNameInPSB, DLISegmentInfo[] segments)
          Constructs a DLIDatabaseView object from the PSB name and the information for the first database view (PCB) in the view.
DLIDatabaseView(java.lang.String dbPCBNameInPSB, DLISegmentInfo[] segments)
          Deprecated. use overloaded constructor with version
DLIDatabaseView(java.lang.String psbName, java.lang.String dbPCBNameReference, java.lang.String dbPCBNameInPSB, DLISegmentInfo[] segments)
          Deprecated. use overloaded constructor with version
 



(C) International Business Machines Corporation 2004. All rights reserved.