com.ibm.websphere.sdo.mediator.jdbc.metadata
Interface Key
- public interface Key
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getColumns()
Return the List of Column objects associated with this Key
|
getTable()
Return the Table object associated with this Key
|
|
|
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