|
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 | |||||||||
Partition interface represents a relational data entity index .
| Method Summary | |
java.lang.String |
getDateLessThan()Get the DateLessThan expression. |
boolean |
getDeployable()Gets the deployable value. |
IndexPartitionOwner |
getIndexPartitionOwner()Get the IndexPartitionOwner who owns this Paritition. |
java.lang.String |
getTableSpace()Gets the TableSpace. |
void |
setDateLessThan(java.lang.String expression)Set the DateLessThan expression. |
void |
setDeployable(boolean type)Sets the deployable flag. |
void |
setIndexPartitionOwner(IndexPartitionOwner owner)Sets an Owner to this Partition Object. |
void |
setTableSpace(java.lang.String space)Sets the TableSpace. |
| 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 setDateLessThan(java.lang.String expression)
public void setTableSpace(java.lang.String space)
space - denotes the tablespace.public void setDeployable(boolean type)
type - sets the deployable flag.public void setIndexPartitionOwner(IndexPartitionOwner owner)
owner - is an IndexPartitionOwner object.public java.lang.String getDateLessThan()
public java.lang.String getTableSpace()
public boolean getDeployable()
|
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 | |||||||||