Uses of Interface
org.eclipse.jpt.db.ForeignKey

Packages that use ForeignKey
org.eclipse.jpt.db   
 

Uses of ForeignKey in org.eclipse.jpt.db
 

Methods in org.eclipse.jpt.db that return types with arguments of type ForeignKey
 java.util.Iterator<ForeignKey> Table.foreignKeys()
          Return the table's foreign keys.
 

Methods in org.eclipse.jpt.db with parameters of type ForeignKey
 void ConnectionAdapter.foreignKeyChanged(ConnectionProfile profile, ForeignKey foreignKey)
           
 void ConnectionListener.foreignKeyChanged(ConnectionProfile profile, ForeignKey foreignKey)