jACOB 2.7 API Documentation.

Uses of Interface
de.tif.jacob.core.definition.IKey

Packages that use IKey
de.tif.jacob.core.data   
de.tif.jacob.core.definition   
 

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

Methods in de.tif.jacob.core.data with parameters of type IKey
 IDataKeyValue IDataTableRecord.getKeyValue(IKey key)
          Returns the key value of the specified key.
 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.
 

Uses of IKey in de.tif.jacob.core.definition
 

Methods in de.tif.jacob.core.definition that return IKey
 IKey IOneToManyRelation.getFromPrimaryKey()
          Returns the primary key of this relation, i.e. the primary key of the from table alias.
 IKey ITableDefinition.getKey(java.lang.String keyName)
          Returns the key specified by name
 IKey ITableField.getMatchingForeignKey()
          Convenient method to determine whether the given field is part of a foreign key.
 IKey ITableDefinition.getPrimaryKey()
          Returns the primary key of this table.
 IKey IOneToManyRelation.getToForeignKey()
          Returns the foreign key of this relation, i.e. the correspondng foreign key of the to table alias.
 

Methods in de.tif.jacob.core.definition with parameters of type IKey
 boolean ITableDefinition.hasKey(IKey key)
          Checks whether this table contains the given key.
 


jACOB 2.7 API Documentation.