jACOB 2.7 API Documentation.

Package de.tif.jacob.core.data

Interface Summary
IDataAccessor A data accessor is the central "entry point" for accessing data from data sources.
IDataBrowser A data browser represents a record set containing data browser records, i.e.
IDataBrowserRecord Data browser records represent records created when populating instances of IDataBrowser.
IDataRecord A data record represents the joint behaviour of instances of IDataBrowserRecord and IDataTableRecord.
IDataRecordId The data record id unambiguously identifies a data record in any table.
IDataRecordSet A data record set defines a container for instances of IDataRecord and also represents the joint behaviour of instances of IDataBrowser and IDataTable.
IDataTable A data table represents a record set containing data table records, i.e.
IDataTableRecord Data table records represent records created when populating instances of IDataTable.
IDataTransaction A data transaction provides the ability to flush (commit) multiple record modifications at once by means of calling IDataTransaction.commit().
 

Class Summary
DataDocumentValue Data document value instances could be obtained by means of IDataRecord.getDocumentValue(int) IDataRecord.getValue(int) for jACOB document field types.
IDataKeyValue Data key value instances could be obtained by means of IDataRecord.getPrimaryKeyValue() IDataTableRecord.getKeyValue(IKey) IDataTableRecord.getKeyValue(String).
 


jACOB 2.7 API Documentation.