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

Interface Key


  1. public interface Key

Method Summary

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

Method Detail

getColumns

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

getTable

  1. Table getTable()
Return the Table object associated with this Key
Returns:
the table

isForeignKey

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