Uses of Interface
org.jooq.UniqueKey

Packages that use UniqueKey
org.jooq   
org.jooq.impl   
 

Uses of UniqueKey in org.jooq
 

Methods in org.jooq that return UniqueKey
 UniqueKey<U> ForeignKey.getKey()
          The referenced Key
 UniqueKey<R> UpdatableTable.getMainKey()
          Retrieve the table's main unique key.
 

Methods in org.jooq that return types with arguments of type UniqueKey
 List<UniqueKey<R>> UpdatableTable.getKeys()
          Retrieve all of the table's unique keys.
 

Uses of UniqueKey in org.jooq.impl
 

Methods in org.jooq.impl that return UniqueKey
protected static
<R extends Record>
UniqueKey<R>
AbstractKeys.createUniqueKey(Table<R> table, TableField<R,?>... fields)
          Factory method for unique keys
 UniqueKey<R> UpdatableTableImpl.getMainKey()
          Retrieve the table's main unique key.
 

Methods in org.jooq.impl that return types with arguments of type UniqueKey
 List<UniqueKey<R>> UpdatableTableImpl.getKeys()
          Retrieve all of the table's unique keys.
 

Methods in org.jooq.impl with parameters of type UniqueKey
protected static
<R extends Record,U extends Record>
ForeignKey<R,U>
AbstractKeys.createForeignKey(UniqueKey<U> key, Table<R> table, TableField<R,?>... fields)
          Factory method for foreign keys
 



Copyright © 2012. All Rights Reserved.