|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
IndexPartitionOwner interface represents an abstract, ordered column
container. Examples of IndexPartitionOwners are Table, view etc..
| Method Summary | |
Index |
createIndex(java.lang.String name)
Create an Index. |
Partition |
createPartition(java.lang.String name)
Create a Partition. |
PartitionKey |
createPartitionKey(java.lang.String name)
Create a PartitionKey. |
Index |
findIndex(java.lang.String name)
Find an Index. |
Partition |
findPartition(java.lang.String name)
Find a Partition. |
PartitionKey |
findPartitionKey(java.lang.String name)
Find a PartitionKey. |
Column[] |
getBindingTableColumns()
Get BindingTable Columns. |
Index[] |
getIndexes()
Get all Indexes associated with this object. |
PartitionKey[] |
getPartitionKeys()
Get all PartitionKey objects associated with this object. |
Partition[] |
getPartitions()
Get all Partition objects associated with this object. |
| Methods inherited from interface oracle.owb.foundation.OWBNamedObject |
delete, getBusinessName, getClassDefinition, getComponent, getDescription, getName, getUOID, isDeletable, isEditable, isRenamable, setBusinessName, setDescription, setName |
| Method Detail |
public Index[] getIndexes()
public Index createIndex(java.lang.String name)
throws NameSpaceException
name - of the Index.NameSpaceException - public Index findIndex(java.lang.String name)
name - of the Index.public Partition[] getPartitions()
public Partition createPartition(java.lang.String name)
throws NameSpaceException
name - of the Partition.NameSpaceException - public Partition findPartition(java.lang.String name)
name - of the Partition.public PartitionKey[] getPartitionKeys()
public PartitionKey findPartitionKey(java.lang.String name)
name - of the PartitionKey.
public PartitionKey createPartitionKey(java.lang.String name)
throws NameSpaceException
name - of the PartitionKey.NameSpaceException - public Column[] getBindingTableColumns()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||