IBM WebSphere Application ServerTM
Release 7

com.ibm.websphere.sdo.mediator.jdbc.metadata
Interface Key


public interface Key


Method Summary
 org.eclipse.emf.common.util.EList getColumns()
          Return the List of Column objects associated with this Key
 Table getTable()
          Return the Table object associated with this Key
 boolean isForeignKey()
          Returns true if this Key is a foreign key
 

Method Detail

getColumns

org.eclipse.emf.common.util.EList getColumns()
Return the List of Column objects associated with this Key

Returns:
the list of columns

getTable

Table getTable()
Return the Table object associated with this Key

Returns:
the table

isForeignKey

boolean isForeignKey()
Returns true if this Key is a foreign key

Returns:
true if this is a foreign key

IBM WebSphere Application ServerTM
Release 7