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

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

Uses of GSAMRecord in com.ibm.ims.db
 

Methods in com.ibm.ims.db with parameters of type GSAMRecord
 boolean GSAMConnection.getUnique(java.lang.String actualGSAMPCBName, GSAMRecord gsamRecord, RSA rsa)
          This method is used to randomly access a GSAM record in a GSAM database.
 boolean GSAMConnection.getNext(java.lang.String actualGSAMPCBName, GSAMRecord gsamRecord)
          This method is used to sequentially access GSAM records in a GSAM database.
 boolean GSAMConnection.getNext(java.lang.String actualGSAMPCBName, GSAMRecord gsamRecord, RSA rsa)
          This method is used to sequentially access GSAM records in a GSAM database.
 void GSAMConnection.insert(java.lang.String actualGSAMPCBName, GSAMRecord gsamRecord)
          This method is used to insert a new GSAM record into a GSAM database.
 void GSAMConnection.insert(java.lang.String actualGSAMPCBName, GSAMRecord gsamRecord, RSA rsa)
          This method is used to insert a new GSAM record into a GSAM database.
 



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