|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
KeyOwner interface represents an abstract keys container.
| Method Summary | |
ForeignKey |
createForeignKey(java.lang.String name)
Creates a foreign key with the given name. |
ForeignKey |
createForeignKey(java.lang.String name,
UniqueKey uniqueKey)
Convenience method to create the foreign with a given name and also to set its referenced unique key. |
UniqueKey |
createUniqueKey(java.lang.String name)
Creates a unique key with the supplied physical name |
ForeignKey |
findForeignKey(java.lang.String name)
Finds a foreign key with the given name. |
UniqueKey |
findUniqueKey(java.lang.String name)
Finds a unique key with the given name. |
ForeignKey[] |
getForeignKeys()
Finds a foreign key with the given name. |
UniqueKey[] |
getUniqueKeys()
Get all unique keys. |
| Methods inherited from interface oracle.owb.foundation.OWBNamedObject |
delete, getBusinessName, getClassDefinition, getComponent, getDescription, getName, getUOID, isDeletable, isEditable, isRenamable, setBusinessName, setDescription, setName |
| Method Detail |
public UniqueKey[] getUniqueKeys()
public UniqueKey createUniqueKey(java.lang.String name)
throws NameSpaceException,
InvalidFormatException
name - the physical of the unique keyInvalidFormatException - NameSpaceException - public UniqueKey findUniqueKey(java.lang.String name)
name - the physical name of the unique key to find.public ForeignKey[] getForeignKeys()
name - the physical name of the foreign key to find.
public ForeignKey createForeignKey(java.lang.String name)
throws NameSpaceException,
InvalidFormatException
name - the physical name of the foreign key to create.NameSpaceException - InvalidFormatException -
public ForeignKey createForeignKey(java.lang.String name,
UniqueKey uniqueKey)
throws NameSpaceException,
InvalidFormatException
name - the physical name of the foreign key to create.uniqueKey - the referenced unique key.NameSpaceException - InvalidFormatException - public ForeignKey findForeignKey(java.lang.String name)
name - the physical name of the foreign key.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||