|
Oracle Warehouse Builder Java API Reference 10g Release 1 (10.1) B12155-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ForeignKey interface represents a data entity foreign key constraint. Foreign key integrity constraint requires each value in a column or set of columns to match a value in a related table's UNIQUE or PRIMARY KEY.
| Method Summary | |
Column[] |
getColumns()Gets the ordered list of columns this foreign key consists of. |
KeyOwner |
getKeyOwner()Gets the key owner. |
UniqueKey |
getUniqueKey()Gets the unique key this foreign key is referencing. |
void |
setColumns(Column[] columns)Sets the ordered list of columns this foreign key consists of. |
void |
setUniqueKey(UniqueKey uniqueKey)Sets the unique key this foreign key is referencing. |
| Methods inherited from interface oracle.owb.foundation.OWBNamedObject |
delete, getBusinessName, getClassDefinition, getComponent, getDescription, getName, getUOID, isDeletable, isEditable, isRenamable, setBusinessName, setDescription, setName |
| Methods inherited from interface oracle.owb.foundation.property.PropertyOwner |
getDefaultPropertyValue, getLogicalPropertyKeys, getPhysicalPropertyKeys, getPropertyDomain, getPropertyKeys, getPropertyValue, getPropertyValueString, isLogicalProperty, isPhysicalProperty, isReadOnlyProperty, setPropertyValue, setPropertyValueByString |
| Method Detail |
public KeyOwner getKeyOwner()
public void setUniqueKey(UniqueKey uniqueKey)
public UniqueKey getUniqueKey()
public Column[] getColumns()
public void setColumns(Column[] columns)
columns - an array of columns in the order they should appear in the foreign key.
|
Oracle Warehouse Builder Java API Reference 10g Release 1 (10.1) B12155-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||