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

B12155-01

oracle.owb.relational
Interface SequencePhysicalProperties


public interface SequencePhysicalProperties

SequencePhysicalProperties interface contains the physical property names for SequencePhysicalProperties.


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 INCREMENT_BY
          Sequence Incremented By
static java.lang.String START_WITH
          Sequence Starts With

 

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

INCREMENT_BY

public static final java.lang.String INCREMENT_BY
Sequence Incremented By
See Also:
Constant Field Values

START_WITH

public static final java.lang.String START_WITH
Sequence Starts With
See Also:
Constant Field Values

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

B12155-01

Copyright © 2003, Oracle. All Rights Reserved.