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

B12155-01

oracle.owb.aq
Interface AdvancedQueuePhysicalProperties


public interface AdvancedQueuePhysicalProperties

AdvancedQueuePhysicalProperties interface contains the physical property names for AdvancedQueuePhysicalProperties.


Field Summary
static java.lang.String DEPLOYABLE
          Warehouse Builder generates a set of scripts to create an object only for those objects marked as Deployable = true.
static java.lang.String GENERATE_ADVANCED_QUEUE
          Generate the code to create the Advanced Queue.
static java.lang.String GENERATE_OBJECT_TYPE
          Generate a script to create the Object Type.
static java.lang.String GENERATE_QUEUE_TABLE
          Generate code to create the queue table that will persist the messages of this Advanced Queue.
static java.lang.String GENERATE_TEMPORARY_TABLE
          Generate the code to create the temporary table.
static java.lang.String QUEUE_TABLE_NAME
          The name of the queue table that is used to persist the messages in this Advanced Queue.
static java.lang.String TABLESPACE
          Use the Tablespace parameter to specify the name of tablespace.

 

Field Detail

DEPLOYABLE

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

TABLESPACE

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

QUEUE_TABLE_NAME

public static final java.lang.String QUEUE_TABLE_NAME
The name of the queue table that is used to persist the messages in this Advanced Queue.
See Also:
Constant Field Values

GENERATE_QUEUE_TABLE

public static final java.lang.String GENERATE_QUEUE_TABLE
Generate code to create the queue table that will persist the messages of this Advanced Queue.
See Also:
Constant Field Values

GENERATE_OBJECT_TYPE

public static final java.lang.String GENERATE_OBJECT_TYPE
Generate a script to create the Object Type.
See Also:
Constant Field Values

GENERATE_TEMPORARY_TABLE

public static final java.lang.String GENERATE_TEMPORARY_TABLE
Generate the code to create the temporary table.
See Also:
Constant Field Values

GENERATE_ADVANCED_QUEUE

public static final java.lang.String GENERATE_ADVANCED_QUEUE
Generate the code to create the Advanced Queue.
See Also:
Constant Field Values

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

B12155-01

Copyright © 2003, Oracle. All Rights Reserved.