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

B12155-01

oracle.owb.relational
Interface PartitionKeyPhysicalProperties


public interface PartitionKeyPhysicalProperties

PartitionKeyPhysicalProperties interface contains the physical property names for PartitionKeyPhysicalProperties.


Field Summary
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 INDEX_TABLESPACE
          Tablespace to store Index on Table Constraint
static java.lang.String TYPE
          Oracle partitions the storage space and stores rows according to a Hash Algorithm or specified ranges.
static java.lang.String USING_INDEX
          Use of Index on Table Constraint

 

Field Detail

TYPE

public static final java.lang.String TYPE
Oracle partitions the storage space and stores rows according to a Hash Algorithm or specified ranges.
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

USING_INDEX

public static final java.lang.String USING_INDEX
Use of Index on Table Constraint
See Also:
Constant Field Values

INDEX_TABLESPACE

public static final java.lang.String INDEX_TABLESPACE
Tablespace to store Index on Table Constraint
See Also:
Constant Field Values

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

B12155-01

Copyright © 2003, Oracle. All Rights Reserved.