|
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 | |||||||||
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 keyInvalidFormatExceptionNameSpaceExceptionpublic UniqueKey findUniqueKey(java.lang.String name)
name - the physical name of the unique key to find.public ForeignKey[] getForeignKeys()
public ForeignKey createForeignKey(java.lang.String name)
throws NameSpaceException,
InvalidFormatException
name - the physical name of the foreign key to create.NameSpaceExceptionInvalidFormatException
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.NameSpaceExceptionInvalidFormatExceptionpublic ForeignKey findForeignKey(java.lang.String name)
name - the physical name of 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 | |||||||||