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

B12155-01

oracle.owb.dimensional
Interface CubeDimensionUsePhysicalProperties


public interface CubeDimensionUsePhysicalProperties

CubeDimensionUsePhysicalProperties interface contains the physical property names for CubeDimensionUsePhysicalProperties.


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 USING_INDEX
          Use of Index on Table Constraint

 

Field Detail

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.