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

B12155-01

oracle.owb.relational
Interface PartitionPhysicalProperties


public interface PartitionPhysicalProperties

PartitionPhysicalProperties interface contains the physical property names for PartitionPhysicalProperties.


Field Summary
static java.lang.String DATE_LESS_THAN
          Value that represents upper bound of partition stored in warehouse key column for the Days in dimension.
static java.lang.String DEPLOYABLE
          Warehouse Builder generates a set of scripts to create an object only for those object marked as Deployable = true
static java.lang.String TABLESPACE
          Use the Tablespace parameter to specify the name of tablespace.
static java.lang.String VALUE_LESS_THAN
          Noninclusive upper bound for the current partition.
static java.lang.String VALUES_LESS_THAN
          Noninclusive upper bound for the current partition.

 

Field Detail

TABLESPACE

public static final java.lang.String TABLESPACE
Use the Tablespace parameter to specify the name of tablespace.
See Also:
Constant Field Values

DEPLOYABLE

public static final java.lang.String DEPLOYABLE
Warehouse Builder generates a set of scripts to create an object only for those object marked as Deployable = true
See Also:
Constant Field Values

VALUES_LESS_THAN

public static final java.lang.String VALUES_LESS_THAN
Noninclusive upper bound for the current partition. Type a comma separated list in the same order as the columns in range partitioned key.
See Also:
Constant Field Values

DATE_LESS_THAN

public static final java.lang.String DATE_LESS_THAN
Value that represents upper bound of partition stored in warehouse key column for the Days in dimension.
See Also:
Constant Field Values

VALUE_LESS_THAN

public static final java.lang.String VALUE_LESS_THAN
Noninclusive upper bound for the current partition. Type a comma separated list in the same order as the columns in range partitioned key.
See Also:
Constant Field Values

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

B12155-01

Copyright © 2003, Oracle. All Rights Reserved.