|
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 |
Index
interface represents a relational data entity index .
Method Summary | |
IndexColumn |
createIndexColumn(java.lang.String name) Create an IndexColumn. |
IndexColumn |
findIndexColumn(java.lang.String name) Find a given IndexColumn. |
boolean |
getDeployable() Gets the Deployable property. |
IndexColumn[] |
getIndexColumns() Gets the IndexColumns from this Index. |
IndexPartitionOwner |
getIndexPartitionOwner() Gets the IndexPartitionOwner. |
java.lang.String |
getIndexType() Gets the IndexType. |
boolean |
getLocalIndexType() Gets the LocalIndexType. |
java.lang.String |
getLoggingMode() Gets the mode of logging. |
java.lang.String |
getParallelAccessMode() Gets the ParallelAccessMode. |
java.lang.String |
getTableSpace() Gets the TableSpace. |
void |
setDeployable(boolean type) Sets the Deployable property. |
void |
setIndexType(java.lang.String indextype) Sets the IndexType property. |
void |
setLocalIndexType(boolean type) Sets the LocaIndexType property. |
void |
setLoggingMode(java.lang.String filename) Sets the mode of logging. |
void |
setParallelAccessMode(java.lang.String option) Sets the ParallelAccessMode. |
void |
setTableSpace(java.lang.String space) Sets the TableSpace property. |
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 IndexPartitionOwner getIndexPartitionOwner()
public void setLoggingMode(java.lang.String filename)
filename
- is the logging mode.public void setParallelAccessMode(java.lang.String option)
option
- for parallel access.public void setTableSpace(java.lang.String space)
space
- sets the tablespace property.public void setIndexType(java.lang.String indextype)
indextype
- sets the IndexType property.public void setLocalIndexType(boolean type)
type
- sets the LocalIndexType property.public void setDeployable(boolean type)
type
- sets the Deployable property.public IndexColumn createIndexColumn(java.lang.String name)
name
- of an IndexColumn.public java.lang.String getLoggingMode()
public java.lang.String getParallelAccessMode()
public java.lang.String getTableSpace()
public java.lang.String getIndexType()
public boolean getLocalIndexType()
public boolean getDeployable()
public IndexColumn[] getIndexColumns()
public IndexColumn findIndexColumn(java.lang.String name)
name
- of an IndexColumn.
|
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 |