jACOB 2.7 API Documentation.

Uses of Interface
de.tif.jacob.core.data.IDataRecord

Packages that use IDataRecord
de.tif.jacob.core.data   
 

Uses of IDataRecord in de.tif.jacob.core.data
 

Subinterfaces of IDataRecord in de.tif.jacob.core.data
 interface IDataBrowserRecord
          Data browser records represent records created when populating instances of IDataBrowser.
 interface IDataTableRecord
          Data table records represent records created when populating instances of IDataTable.
 

Methods in de.tif.jacob.core.data with parameters of type IDataRecord
 void IDataTransaction.lock(IDataRecord record)
          Locks the given record within the context of this transaction.
 boolean IDataAccessor.propagateRecord(IDataRecord record, Filldirection filldirection)
          Propagates the given record, i.e.
 boolean IDataAccessor.propagateRecord(IDataRecord record, IRelationSet relationSet, Filldirection filldirection)
          Propagates the given record, i.e.
 boolean IDataAccessor.propagateRecord(IDataRecord record, java.lang.String relationSetName, Filldirection filldirection)
          Propagates the given record, i.e.
 void IDataTableRecord.setLinkedRecord(IDataTransaction transaction, IDataRecord fromRecord)
          Links this record with the given record.
 


jACOB 2.7 API Documentation.