Oracle Warehouse Builder Java API Reference
10g Release 1 (10.1)

B12155-01

oracle.owb.relational
Interface Partition

All Superinterfaces:
Extensible, OWBNamedObject, PropertyOwner, PurePhysicalObject

public interface Partition
extends PurePhysicalObject

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

getIndexPartitionOwner

public IndexPartitionOwner getIndexPartitionOwner()
Get the IndexPartitionOwner who owns this Paritition.
Returns:
an IndexPartitionOwner object.

setDateLessThan

public void setDateLessThan(java.lang.String expression)
Set the DateLessThan expression.

setTableSpace

public void setTableSpace(java.lang.String space)
Sets the TableSpace.
Parameters:
space - denotes the tablespace.

setDeployable

public void setDeployable(boolean type)
Sets the deployable flag.
Parameters:
type - sets the deployable flag.

setIndexPartitionOwner

public void setIndexPartitionOwner(IndexPartitionOwner owner)
Sets an Owner to this Partition Object.
Parameters:
owner - is an IndexPartitionOwner object.

getDateLessThan

public java.lang.String getDateLessThan()
Get the DateLessThan expression.
Returns:
an expression.

getTableSpace

public java.lang.String getTableSpace()
Gets the TableSpace.
Returns:
gets the tablespace.

getDeployable

public boolean getDeployable()
Gets the deployable value.
Returns:
the deployable value.

Oracle Warehouse Builder Java API Reference
10g Release 1 (10.1)

B12155-01

Copyright © 2003, Oracle. All Rights Reserved.