jACOB 2.7 API Documentation.

Uses of Class
de.tif.jacob.core.data.IDataKeyValue

Packages that use IDataKeyValue
de.tif.jacob.core.data   
de.tif.jacob.core.exception   
 

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

Methods in de.tif.jacob.core.data that return IDataKeyValue
 IDataKeyValue IDataTableRecord.getKeyValue(IKey key)
          Returns the key value of the specified key.
 IDataKeyValue IDataTableRecord.getKeyValue(java.lang.String keyName)
          Returns the key value of the specified key.
 IDataKeyValue IDataRecord.getPrimaryKeyValue()
          Returns the primary key value of this record.
 IDataKeyValue IDataRecordId.getPrimaryKeyValue()
          Returns the primary key value of the referenced record.
 

Methods in de.tif.jacob.core.data with parameters of type IDataKeyValue
 IDataTableRecord IDataTable.getRecord(IDataKeyValue primaryKey)
          Returns the data table record given by its primary key.
 IDataTableRecord IDataTable.loadRecord(IDataKeyValue primaryKey)
          Loades the data table record given by its primary key from the data source.
 void IDataTable.qbeSetKeyValue(IKey key, IDataKeyValue keyValue)
          Sets the QBE constraint values for all table fields of the given key to the given key value.
 void IDataTable.qbeSetPrimaryKeyValue(IDataKeyValue primaryKeyValue)
          Sets the QBE values for all table fields of the table's primary key to the given primary key value.
 

Uses of IDataKeyValue in de.tif.jacob.core.exception
 

Constructors in de.tif.jacob.core.exception with parameters of type IDataKeyValue
RecordNotFoundException(ITableDefinition tableDefinition, IDataKeyValue primaryKeyValue)
          Constructs the RecordNotFoundException.
 


jACOB 2.7 API Documentation.