oracle.owb.mapping
Class PropDefOperatorPhysical

java.lang.Object
  |
  +--oracle.owb.mapping.PropDefCommon
        |
        +--oracle.owb.mapping.PropDefOperatorPhysical

public class PropDefOperatorPhysical
extends PropDefCommon

PropDefOperatorPhysical defines all operator physical properties.


Field Summary
static java.lang.String CUBE$SQL$CREATE_TEMPORARY_TABLE_TO_STAGE_NEW_DATA_BOOLEAN
          Physical property on cube operator.
static java.lang.String CUBE$SQL$DATA_COLLECTION_FREQUENCY_STRING
          Physical property on cube operator.
static java.lang.String CUBE$SQL$DATABASE_LINK_STRING
          Physical property on cube operator.
static java.lang.String CUBE$SQL$ENABLE_CONSTRAINTS_BOOLEAN
          Physical property on cube operator.
static java.lang.String CUBE$SQL$EXCEPTIONS_TABLE_NAME_STRING
          Physical property on cube operator.
static java.lang.String CUBE$SQL$EXTRACTION_HINT_STRING
          Physical property on cube operator.
static java.lang.String CUBE$SQL$LOADING_HINT_STRING
          Physical property on cube operator.
static java.lang.String CUBE$SQL$PEL_ENABLED_BOOLEAN
          Physical property on cube operator.
static java.lang.String CUBE$SQL$REPLACE_EXISTING_DATA_IN_TARGET_PARTITION_BOOLEAN
          Physical property on cube operator.
static java.lang.String CUBE$SQL$SCHEMA_STRING
          Physical property on cube operator.
static java.lang.String CUBE$SQLLOADER$DATABASE_FILE_NAME_STRING
          Physical property on cube operator.
static java.lang.String CUBE$SQLLOADER$PARTITION_NAME_STRING
          Physical property on cube operator.
static java.lang.String CUBE$SQLLOADER$RECORDS_TO_SKIP_INTEGER
          Physical property on cube operator.
static java.lang.String CUBE$SQLLOADER$SINGLEROW_BOOLEAN
          Physical property on cube operator.
static java.lang.String CUBE$SQLLOADER$SORTED_INDEXES_CLAUSE_STRING
          Physical property on cube operator.
static java.lang.String CUBE$SQLLOADER$SUBPARTITION_NAME_STRING
          Physical property on cube operator.
static java.lang.String CUBE$SQLLOADER$TRAILING_NULLCOLS_BOOLEAN
          Physical property on cube operator.
static java.lang.String DIMENSION$SQL$CREATE_TEMPORARY_TABLE_TO_STAGE_NEW_DATA_BOOLEAN
          Physical property on dimension operator.
static java.lang.String DIMENSION$SQL$DATA_COLLECTION_FREQUENCY_STRING
          Physical property on dimension operator.
static java.lang.String DIMENSION$SQL$DATABASE_LINK_STRING
          Physical property on dimension operator.
static java.lang.String DIMENSION$SQL$ENABLE_CONSTRAINTS_BOOLEAN
          Physical property on dimension operator.
static java.lang.String DIMENSION$SQL$EXCEPTIONS_TABLE_NAME_STRING
          Physical property on dimension operator.
static java.lang.String DIMENSION$SQL$EXTRACTION_HINT_STRING
          Physical property on dimension operator.
static java.lang.String DIMENSION$SQL$LOADING_HINT_STRING
          Physical property on dimension operator.
static java.lang.String DIMENSION$SQL$PEL_ENABLED_BOOLEAN
          Physical property on dimension operator.
static java.lang.String DIMENSION$SQL$REPLACE_EXISTING_DATA_IN_TARGET_PARTITION_BOOLEAN
          Physical property on dimension operator.
static java.lang.String DIMENSION$SQL$SCHEMA_STRING
          Physical property on dimension operator.
static java.lang.String DIMENSION$SQLLOADER$DATABASE_FILE_NAME_STRING
          Physical property on dimension operator.
static java.lang.String DIMENSION$SQLLOADER$PARTITION_NAME_STRING
          Physical property on dimension operator.
static java.lang.String DIMENSION$SQLLOADER$RECORDS_TO_SKIP_INTEGER
          Physical property on dimension operator.
static java.lang.String DIMENSION$SQLLOADER$SINGLEROW_BOOLEAN
          Physical property on dimension operator.
static java.lang.String DIMENSION$SQLLOADER$SORTED_INDEXES_CLAUSE_STRING
          Physical property on dimension operator.
static java.lang.String DIMENSION$SQLLOADER$SUBPARTITION_NAME_STRING
          Physical property on dimension operator.
static java.lang.String DIMENSION$SQLLOADER$TRAILING_NULLCOLS_BOOLEAN
          Physical property on dimension operator.
static java.lang.String EXTERNAL_TABLE$SQL$DATABASE_LINK_STRING
          Physical property on external_table operator.
static java.lang.String EXTERNAL_TABLE$SQL$EXTRACTION_HINT_STRING
          Physical property on external_table operator.
static java.lang.String EXTERNAL_TABLE$SQL$LOADING_HINT_STRING
          Physical property on external_table operator.
static java.lang.String EXTERNAL_TABLE$SQL$SCHEMA_STRING
          Physical property on external_table operator.
static java.lang.String FLAT_FILE$PLSQL$TARGET_DATA_FILE_LOCATION_STRING
          Physical property on flat_file operator.
static java.lang.String FLAT_FILE$PLSQL$TARGET_DATA_FILE_NAME_STRING
          Physical property on flat_file operator.
static java.lang.String KEY_LOOKUP$SQL$DATABASE_LINK_STRING
          Physical property on key_lookup operator.
static java.lang.String KEY_LOOKUP$SQL$SCHEMA_STRING
          Physical property on key_lookup operator.
static java.lang.String MATERIALIZED_VIEW$SQL$DATABASE_LINK_STRING
          Physical property on materialized_view operator.
static java.lang.String MATERIALIZED_VIEW$SQL$EXTRACTION_HINT_STRING
          Physical property on materialized_view operator.
static java.lang.String MATERIALIZED_VIEW$SQL$LOADING_HINT_STRING
          Physical property on materialized_view operator.
static java.lang.String MATERIALIZED_VIEW$SQL$SCHEMA_STRING
          Physical property on materialized_view operator.
static java.lang.String SEQUENCE$SQL$DATABASE_LINK_STRING
          Physical property on sequence operator.
static java.lang.String SEQUENCE$SQL$SCHEMA_STRING
          Physical property on sequence operator.
static java.lang.String TABLE$SQL$CREATE_TEMPORARY_TABLE_TO_STAGE_NEW_DATA_BOOLEAN
          Physical property on table operator.
static java.lang.String TABLE$SQL$DATA_COLLECTION_FREQUENCY_STRING
          Physical property on table operator.
static java.lang.String TABLE$SQL$DATABASE_LINK_STRING
          Physical property on table operator.
static java.lang.String TABLE$SQL$ENABLE_CONSTRAINTS_BOOLEAN
          Physical property on table operator.
static java.lang.String TABLE$SQL$EXCEPTIONS_TABLE_NAME_STRING
          Physical property on table operator.
static java.lang.String TABLE$SQL$EXTRACTION_HINT_STRING
          Physical property on table operator.
static java.lang.String TABLE$SQL$LOADING_HINT_STRING
          Physical property on table operator.
static java.lang.String TABLE$SQL$PEL_ENABLED_BOOLEAN
          Physical property on table operator.
static java.lang.String TABLE$SQL$REPLACE_EXISTING_DATA_IN_TARGET_PARTITION_BOOLEAN
          Physical property on table operator.
static java.lang.String TABLE$SQL$SCHEMA_STRING
          Physical property on table operator.
static java.lang.String TABLE$SQLLOADER$DATABASE_FILE_NAME_STRING
          Physical property on table operator.
static java.lang.String TABLE$SQLLOADER$PARTITION_NAME_STRING
          Physical property on table operator.
static java.lang.String TABLE$SQLLOADER$RECORDS_TO_SKIP_INTEGER
          Physical property on table operator.
static java.lang.String TABLE$SQLLOADER$SINGLEROW_BOOLEAN
          Physical property on table operator.
static java.lang.String TABLE$SQLLOADER$SORTED_INDEXES_CLAUSE_STRING
          Physical property on table operator.
static java.lang.String TABLE$SQLLOADER$SUBPARTITION_NAME_STRING
          Physical property on table operator.
static java.lang.String TABLE$SQLLOADER$TRAILING_NULLCOLS_BOOLEAN
          Physical property on table operator.
static java.lang.String VIEW$SQL$DATABASE_LINK_STRING
          Physical property on view operator.
static java.lang.String VIEW$SQL$EXTRACTION_HINT_STRING
          Physical property on view operator.
static java.lang.String VIEW$SQL$LOADING_HINT_STRING
          Physical property on view operator.
static java.lang.String VIEW$SQL$SCHEMA_STRING
          Physical property on view operator.
static java.lang.String VIEW$SQLLOADER$DATABASE_FILE_NAME_STRING
          Physical property on view operator.
static java.lang.String VIEW$SQLLOADER$PARTITION_NAME_STRING
          Physical property on view operator.
static java.lang.String VIEW$SQLLOADER$RECORDS_TO_SKIP_INTEGER
          Physical property on view operator.
static java.lang.String VIEW$SQLLOADER$SINGLEROW_BOOLEAN
          Physical property on view operator.
static java.lang.String VIEW$SQLLOADER$SORTED_INDEXES_CLAUSE_STRING
          Physical property on view operator.
static java.lang.String VIEW$SQLLOADER$SUBPARTITION_NAME_STRING
          Physical property on view operator.
static java.lang.String VIEW$SQLLOADER$TRAILING_NULLCOLS_BOOLEAN
          Physical property on view operator.
 
Fields inherited from class oracle.owb.mapping.PropDefCommon
DEFAULT_BOOLEAN_DOMAIN, DEFAULT_FLOAT_DOMAIN, DEFAULT_INTEGER_DOMAIN, DEFAULT_PROPERTYOWNER_DOMAIN, DEFAULT_STRING_DOMAIN
 
Constructor Summary
PropDefOperatorPhysical()
           
 
Method Summary
(package private) static void ()
           
protected static boolean containsKey(java.lang.String type, java.lang.String key)
          containsKey is a boolean checkup to see if this set of property definitions includes the definition for the key.
protected static oracle.owb.mapping.PropSheetImpl getPropSheet(java.lang.String type)
          getPropSheet Retrieve the property sheet of a property type.
 
Methods inherited from class oracle.owb.mapping.PropDefCommon
translate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SEQUENCE$SQL$SCHEMA_STRING

public static final java.lang.String SEQUENCE$SQL$SCHEMA_STRING
Physical property on sequence operator. Key name: SCHEMA.

Description: Schema


SEQUENCE$SQL$DATABASE_LINK_STRING

public static final java.lang.String SEQUENCE$SQL$DATABASE_LINK_STRING
Physical property on sequence operator. Key name: DATABASE_LINK.

Description: The database link used to access this entity during mapping.


MATERIALIZED_VIEW$SQL$SCHEMA_STRING

public static final java.lang.String MATERIALIZED_VIEW$SQL$SCHEMA_STRING
Physical property on materialized_view operator. Key name: SCHEMA.

Description: Schema


MATERIALIZED_VIEW$SQL$DATABASE_LINK_STRING

public static final java.lang.String MATERIALIZED_VIEW$SQL$DATABASE_LINK_STRING
Physical property on materialized_view operator. Key name: DATABASE_LINK.

Description: The database link used to access this entity during mapping.


MATERIALIZED_VIEW$SQL$EXTRACTION_HINT_STRING

public static final java.lang.String MATERIALIZED_VIEW$SQL$EXTRACTION_HINT_STRING
Physical property on materialized_view operator. Key name: EXTRACTION_HINT.

Description: Hint used when extracting from this table using SQL


MATERIALIZED_VIEW$SQL$LOADING_HINT_STRING

public static final java.lang.String MATERIALIZED_VIEW$SQL$LOADING_HINT_STRING
Physical property on materialized_view operator. Key name: LOADING_HINT.

Description: Hint used when loading into this table using SQL


KEY_LOOKUP$SQL$SCHEMA_STRING

public static final java.lang.String KEY_LOOKUP$SQL$SCHEMA_STRING
Physical property on key_lookup operator. Key name: SCHEMA.

Description: Schema


KEY_LOOKUP$SQL$DATABASE_LINK_STRING

public static final java.lang.String KEY_LOOKUP$SQL$DATABASE_LINK_STRING
Physical property on key_lookup operator. Key name: DATABASE_LINK.

Description: The database link used to access this entity during mapping.


DIMENSION$SQLLOADER$PARTITION_NAME_STRING

public static final java.lang.String DIMENSION$SQLLOADER$PARTITION_NAME_STRING
Physical property on dimension operator. Key name: PARTITION_NAME.

Description: Partition Name


DIMENSION$SQLLOADER$SUBPARTITION_NAME_STRING

public static final java.lang.String DIMENSION$SQLLOADER$SUBPARTITION_NAME_STRING
Physical property on dimension operator. Key name: SUBPARTITION_NAME.

Description: Subpartition Name


DIMENSION$SQLLOADER$SORTED_INDEXES_CLAUSE_STRING

public static final java.lang.String DIMENSION$SQLLOADER$SORTED_INDEXES_CLAUSE_STRING
Physical property on dimension operator. Key name: SORTED_INDEXES_CLAUSE.

Description: Sorted Indexes Clause


DIMENSION$SQLLOADER$SINGLEROW_BOOLEAN

public static final java.lang.String DIMENSION$SQLLOADER$SINGLEROW_BOOLEAN
Physical property on dimension operator. Key name: SINGLEROW.

Description: Singlerow


DIMENSION$SQLLOADER$TRAILING_NULLCOLS_BOOLEAN

public static final java.lang.String DIMENSION$SQLLOADER$TRAILING_NULLCOLS_BOOLEAN
Physical property on dimension operator. Key name: TRAILING_NULLCOLS.

Description: Trailing Nullcols


DIMENSION$SQLLOADER$RECORDS_TO_SKIP_INTEGER

public static final java.lang.String DIMENSION$SQLLOADER$RECORDS_TO_SKIP_INTEGER
Physical property on dimension operator. Key name: RECORDS_TO_SKIP.

Description: Number of records to skip


DIMENSION$SQLLOADER$DATABASE_FILE_NAME_STRING

public static final java.lang.String DIMENSION$SQLLOADER$DATABASE_FILE_NAME_STRING
Physical property on dimension operator. Key name: DATABASE_FILE_NAME.

Description: Database file name to allocate extents from


DIMENSION$SQL$SCHEMA_STRING

public static final java.lang.String DIMENSION$SQL$SCHEMA_STRING
Physical property on dimension operator. Key name: SCHEMA.

Description: Schema


DIMENSION$SQL$DATABASE_LINK_STRING

public static final java.lang.String DIMENSION$SQL$DATABASE_LINK_STRING
Physical property on dimension operator. Key name: DATABASE_LINK.

Description: The database link used to access this entity during mapping.


DIMENSION$SQL$PEL_ENABLED_BOOLEAN

public static final java.lang.String DIMENSION$SQL$PEL_ENABLED_BOOLEAN
Physical property on dimension operator. Key name: PEL_ENABLED.

Description: PEL Enabled


DIMENSION$SQL$DATA_COLLECTION_FREQUENCY_STRING

public static final java.lang.String DIMENSION$SQL$DATA_COLLECTION_FREQUENCY_STRING
Physical property on dimension operator. Key name: DATA_COLLECTION_FREQUENCY.

Description: New Data Granularity


DIMENSION$SQL$CREATE_TEMPORARY_TABLE_TO_STAGE_NEW_DATA_BOOLEAN

public static final java.lang.String DIMENSION$SQL$CREATE_TEMPORARY_TABLE_TO_STAGE_NEW_DATA_BOOLEAN
Physical property on dimension operator. Key name: CREATE_TEMPORARY_TABLE_TO_STAGE_NEW_DATA.

Description: Create Temporary Table to Stage New Data


DIMENSION$SQL$REPLACE_EXISTING_DATA_IN_TARGET_PARTITION_BOOLEAN

public static final java.lang.String DIMENSION$SQL$REPLACE_EXISTING_DATA_IN_TARGET_PARTITION_BOOLEAN
Physical property on dimension operator. Key name: REPLACE_EXISTING_DATA_IN_TARGET_PARTITION.

Description: Replace Existing Data in Target Partition


DIMENSION$SQL$EXTRACTION_HINT_STRING

public static final java.lang.String DIMENSION$SQL$EXTRACTION_HINT_STRING
Physical property on dimension operator. Key name: EXTRACTION_HINT.

Description: Hint used when extracting from this table using SQL


DIMENSION$SQL$LOADING_HINT_STRING

public static final java.lang.String DIMENSION$SQL$LOADING_HINT_STRING
Physical property on dimension operator. Key name: LOADING_HINT.

Description: Hint used when loading into this table using SQL


DIMENSION$SQL$ENABLE_CONSTRAINTS_BOOLEAN

public static final java.lang.String DIMENSION$SQL$ENABLE_CONSTRAINTS_BOOLEAN
Physical property on dimension operator. Key name: ENABLE_CONSTRAINTS.

Description: Enable Constraints


DIMENSION$SQL$EXCEPTIONS_TABLE_NAME_STRING

public static final java.lang.String DIMENSION$SQL$EXCEPTIONS_TABLE_NAME_STRING
Physical property on dimension operator. Key name: EXCEPTIONS_TABLE_NAME.

Description: Exceptions Table Name


FLAT_FILE$PLSQL$TARGET_DATA_FILE_NAME_STRING

public static final java.lang.String FLAT_FILE$PLSQL$TARGET_DATA_FILE_NAME_STRING
Physical property on flat_file operator. Key name: TARGET_DATA_FILE_NAME.

Description: Name of the target data file, including extension (file type). This name should not include the file path. To specify where the target data file will be created/appended, set the Target Data File Location.


FLAT_FILE$PLSQL$TARGET_DATA_FILE_LOCATION_STRING

public static final java.lang.String FLAT_FILE$PLSQL$TARGET_DATA_FILE_LOCATION_STRING
Physical property on flat_file operator. Key name: TARGET_DATA_FILE_LOCATION.

Description: The name of the location in which to open the target data file. Make sure the root path of this location, as registered in the Runtime Platform, is exactly specified in the initialization file (INIT.ORA) of your runtime database using the UTL_FILE_DIR parameter.


VIEW$SQLLOADER$PARTITION_NAME_STRING

public static final java.lang.String VIEW$SQLLOADER$PARTITION_NAME_STRING
Physical property on view operator. Key name: PARTITION_NAME.

Description: Partition Name


VIEW$SQLLOADER$SUBPARTITION_NAME_STRING

public static final java.lang.String VIEW$SQLLOADER$SUBPARTITION_NAME_STRING
Physical property on view operator. Key name: SUBPARTITION_NAME.

Description: Subpartition Name


VIEW$SQLLOADER$SORTED_INDEXES_CLAUSE_STRING

public static final java.lang.String VIEW$SQLLOADER$SORTED_INDEXES_CLAUSE_STRING
Physical property on view operator. Key name: SORTED_INDEXES_CLAUSE.

Description: Sorted Indexes Clause


VIEW$SQLLOADER$SINGLEROW_BOOLEAN

public static final java.lang.String VIEW$SQLLOADER$SINGLEROW_BOOLEAN
Physical property on view operator. Key name: SINGLEROW.

Description: Singlerow


VIEW$SQLLOADER$TRAILING_NULLCOLS_BOOLEAN

public static final java.lang.String VIEW$SQLLOADER$TRAILING_NULLCOLS_BOOLEAN
Physical property on view operator. Key name: TRAILING_NULLCOLS.

Description: Trailing Nullcols


VIEW$SQLLOADER$RECORDS_TO_SKIP_INTEGER

public static final java.lang.String VIEW$SQLLOADER$RECORDS_TO_SKIP_INTEGER
Physical property on view operator. Key name: RECORDS_TO_SKIP.

Description: Number of records to skip


VIEW$SQLLOADER$DATABASE_FILE_NAME_STRING

public static final java.lang.String VIEW$SQLLOADER$DATABASE_FILE_NAME_STRING
Physical property on view operator. Key name: DATABASE_FILE_NAME.

Description: Database file name to allocate extents from


VIEW$SQL$SCHEMA_STRING

public static final java.lang.String VIEW$SQL$SCHEMA_STRING
Physical property on view operator. Key name: SCHEMA.

Description: Schema


VIEW$SQL$DATABASE_LINK_STRING

public static final java.lang.String VIEW$SQL$DATABASE_LINK_STRING
Physical property on view operator. Key name: DATABASE_LINK.

Description: The database link used to access this entity during mapping.


VIEW$SQL$EXTRACTION_HINT_STRING

public static final java.lang.String VIEW$SQL$EXTRACTION_HINT_STRING
Physical property on view operator. Key name: EXTRACTION_HINT.

Description: Hint used when extracting from this table using SQL


VIEW$SQL$LOADING_HINT_STRING

public static final java.lang.String VIEW$SQL$LOADING_HINT_STRING
Physical property on view operator. Key name: LOADING_HINT.

Description: Hint used when loading into this table using SQL


CUBE$SQLLOADER$PARTITION_NAME_STRING

public static final java.lang.String CUBE$SQLLOADER$PARTITION_NAME_STRING
Physical property on cube operator. Key name: PARTITION_NAME.

Description: Partition Name


CUBE$SQLLOADER$SUBPARTITION_NAME_STRING

public static final java.lang.String CUBE$SQLLOADER$SUBPARTITION_NAME_STRING
Physical property on cube operator. Key name: SUBPARTITION_NAME.

Description: Subpartition Name


CUBE$SQLLOADER$SORTED_INDEXES_CLAUSE_STRING

public static final java.lang.String CUBE$SQLLOADER$SORTED_INDEXES_CLAUSE_STRING
Physical property on cube operator. Key name: SORTED_INDEXES_CLAUSE.

Description: Sorted Indexes Clause


CUBE$SQLLOADER$SINGLEROW_BOOLEAN

public static final java.lang.String CUBE$SQLLOADER$SINGLEROW_BOOLEAN
Physical property on cube operator. Key name: SINGLEROW.

Description: Singlerow


CUBE$SQLLOADER$TRAILING_NULLCOLS_BOOLEAN

public static final java.lang.String CUBE$SQLLOADER$TRAILING_NULLCOLS_BOOLEAN
Physical property on cube operator. Key name: TRAILING_NULLCOLS.

Description: Trailing Nullcols


CUBE$SQLLOADER$RECORDS_TO_SKIP_INTEGER

public static final java.lang.String CUBE$SQLLOADER$RECORDS_TO_SKIP_INTEGER
Physical property on cube operator. Key name: RECORDS_TO_SKIP.

Description: Number of records to skip


CUBE$SQLLOADER$DATABASE_FILE_NAME_STRING

public static final java.lang.String CUBE$SQLLOADER$DATABASE_FILE_NAME_STRING
Physical property on cube operator. Key name: DATABASE_FILE_NAME.

Description: Database file name to allocate extents from


CUBE$SQL$SCHEMA_STRING

public static final java.lang.String CUBE$SQL$SCHEMA_STRING
Physical property on cube operator. Key name: SCHEMA.

Description: Schema


CUBE$SQL$DATABASE_LINK_STRING

public static final java.lang.String CUBE$SQL$DATABASE_LINK_STRING
Physical property on cube operator. Key name: DATABASE_LINK.

Description: The database link used to access this entity during mapping.


CUBE$SQL$PEL_ENABLED_BOOLEAN

public static final java.lang.String CUBE$SQL$PEL_ENABLED_BOOLEAN
Physical property on cube operator. Key name: PEL_ENABLED.

Description: PEL Enabled


CUBE$SQL$DATA_COLLECTION_FREQUENCY_STRING

public static final java.lang.String CUBE$SQL$DATA_COLLECTION_FREQUENCY_STRING
Physical property on cube operator. Key name: DATA_COLLECTION_FREQUENCY.

Description: New Data Granularity


CUBE$SQL$CREATE_TEMPORARY_TABLE_TO_STAGE_NEW_DATA_BOOLEAN

public static final java.lang.String CUBE$SQL$CREATE_TEMPORARY_TABLE_TO_STAGE_NEW_DATA_BOOLEAN
Physical property on cube operator. Key name: CREATE_TEMPORARY_TABLE_TO_STAGE_NEW_DATA.

Description: Create Temporary Table to Stage New Data


CUBE$SQL$REPLACE_EXISTING_DATA_IN_TARGET_PARTITION_BOOLEAN

public static final java.lang.String CUBE$SQL$REPLACE_EXISTING_DATA_IN_TARGET_PARTITION_BOOLEAN
Physical property on cube operator. Key name: REPLACE_EXISTING_DATA_IN_TARGET_PARTITION.

Description: Replace Existing Data in Target Partition


CUBE$SQL$EXTRACTION_HINT_STRING

public static final java.lang.String CUBE$SQL$EXTRACTION_HINT_STRING
Physical property on cube operator. Key name: EXTRACTION_HINT.

Description: Hint used when extracting from this table using SQL


CUBE$SQL$LOADING_HINT_STRING

public static final java.lang.String CUBE$SQL$LOADING_HINT_STRING
Physical property on cube operator. Key name: LOADING_HINT.

Description: Hint used when loading into this table using SQL


CUBE$SQL$ENABLE_CONSTRAINTS_BOOLEAN

public static final java.lang.String CUBE$SQL$ENABLE_CONSTRAINTS_BOOLEAN
Physical property on cube operator. Key name: ENABLE_CONSTRAINTS.

Description: Enable Constraints


CUBE$SQL$EXCEPTIONS_TABLE_NAME_STRING

public static final java.lang.String CUBE$SQL$EXCEPTIONS_TABLE_NAME_STRING
Physical property on cube operator. Key name: EXCEPTIONS_TABLE_NAME.

Description: Exceptions Table Name


EXTERNAL_TABLE$SQL$SCHEMA_STRING

public static final java.lang.String EXTERNAL_TABLE$SQL$SCHEMA_STRING
Physical property on external_table operator. Key name: SCHEMA.

Description: Schema


EXTERNAL_TABLE$SQL$DATABASE_LINK_STRING

public static final java.lang.String EXTERNAL_TABLE$SQL$DATABASE_LINK_STRING
Physical property on external_table operator. Key name: DATABASE_LINK.

Description: The database link used to access this entity during mapping.


EXTERNAL_TABLE$SQL$EXTRACTION_HINT_STRING

public static final java.lang.String EXTERNAL_TABLE$SQL$EXTRACTION_HINT_STRING
Physical property on external_table operator. Key name: EXTRACTION_HINT.

Description: Hint used when extracting from this table using SQL


EXTERNAL_TABLE$SQL$LOADING_HINT_STRING

public static final java.lang.String EXTERNAL_TABLE$SQL$LOADING_HINT_STRING
Physical property on external_table operator. Key name: LOADING_HINT.

Description: Hint used when loading into this table using SQL


TABLE$SQLLOADER$PARTITION_NAME_STRING

public static final java.lang.String TABLE$SQLLOADER$PARTITION_NAME_STRING
Physical property on table operator. Key name: PARTITION_NAME.

Description: Partition Name


TABLE$SQLLOADER$SUBPARTITION_NAME_STRING

public static final java.lang.String TABLE$SQLLOADER$SUBPARTITION_NAME_STRING
Physical property on table operator. Key name: SUBPARTITION_NAME.

Description: Subpartition Name


TABLE$SQLLOADER$SORTED_INDEXES_CLAUSE_STRING

public static final java.lang.String TABLE$SQLLOADER$SORTED_INDEXES_CLAUSE_STRING
Physical property on table operator. Key name: SORTED_INDEXES_CLAUSE.

Description: Sorted Indexes Clause


TABLE$SQLLOADER$SINGLEROW_BOOLEAN

public static final java.lang.String TABLE$SQLLOADER$SINGLEROW_BOOLEAN
Physical property on table operator. Key name: SINGLEROW.

Description: Singlerow


TABLE$SQLLOADER$TRAILING_NULLCOLS_BOOLEAN

public static final java.lang.String TABLE$SQLLOADER$TRAILING_NULLCOLS_BOOLEAN
Physical property on table operator. Key name: TRAILING_NULLCOLS.

Description: Trailing Nullcols


TABLE$SQLLOADER$RECORDS_TO_SKIP_INTEGER

public static final java.lang.String TABLE$SQLLOADER$RECORDS_TO_SKIP_INTEGER
Physical property on table operator. Key name: RECORDS_TO_SKIP.

Description: Number of records to skip


TABLE$SQLLOADER$DATABASE_FILE_NAME_STRING

public static final java.lang.String TABLE$SQLLOADER$DATABASE_FILE_NAME_STRING
Physical property on table operator. Key name: DATABASE_FILE_NAME.

Description: Database file name to allocate extents from


TABLE$SQL$SCHEMA_STRING

public static final java.lang.String TABLE$SQL$SCHEMA_STRING
Physical property on table operator. Key name: SCHEMA.

Description: Schema


TABLE$SQL$DATABASE_LINK_STRING

public static final java.lang.String TABLE$SQL$DATABASE_LINK_STRING
Physical property on table operator. Key name: DATABASE_LINK.

Description: The database link used to access this entity during mapping.


TABLE$SQL$PEL_ENABLED_BOOLEAN

public static final java.lang.String TABLE$SQL$PEL_ENABLED_BOOLEAN
Physical property on table operator. Key name: PEL_ENABLED.

Description: PEL Enabled


TABLE$SQL$DATA_COLLECTION_FREQUENCY_STRING

public static final java.lang.String TABLE$SQL$DATA_COLLECTION_FREQUENCY_STRING
Physical property on table operator. Key name: DATA_COLLECTION_FREQUENCY.

Description: New Data Granularity


TABLE$SQL$CREATE_TEMPORARY_TABLE_TO_STAGE_NEW_DATA_BOOLEAN

public static final java.lang.String TABLE$SQL$CREATE_TEMPORARY_TABLE_TO_STAGE_NEW_DATA_BOOLEAN
Physical property on table operator. Key name: CREATE_TEMPORARY_TABLE_TO_STAGE_NEW_DATA.

Description: Create Temporary Table to Stage New Data


TABLE$SQL$REPLACE_EXISTING_DATA_IN_TARGET_PARTITION_BOOLEAN

public static final java.lang.String TABLE$SQL$REPLACE_EXISTING_DATA_IN_TARGET_PARTITION_BOOLEAN
Physical property on table operator. Key name: REPLACE_EXISTING_DATA_IN_TARGET_PARTITION.

Description: Replace Existing Data in Target Partition


TABLE$SQL$EXTRACTION_HINT_STRING

public static final java.lang.String TABLE$SQL$EXTRACTION_HINT_STRING
Physical property on table operator. Key name: EXTRACTION_HINT.

Description: Hint used when extracting from this table using SQL


TABLE$SQL$LOADING_HINT_STRING

public static final java.lang.String TABLE$SQL$LOADING_HINT_STRING
Physical property on table operator. Key name: LOADING_HINT.

Description: Hint used when loading into this table using SQL


TABLE$SQL$ENABLE_CONSTRAINTS_BOOLEAN

public static final java.lang.String TABLE$SQL$ENABLE_CONSTRAINTS_BOOLEAN
Physical property on table operator. Key name: ENABLE_CONSTRAINTS.

Description: Enable Constraints


TABLE$SQL$EXCEPTIONS_TABLE_NAME_STRING

public static final java.lang.String TABLE$SQL$EXCEPTIONS_TABLE_NAME_STRING
Physical property on table operator. Key name: EXCEPTIONS_TABLE_NAME.

Description: Exceptions Table Name

Constructor Detail

PropDefOperatorPhysical

public PropDefOperatorPhysical()
Method Detail

getPropSheet

protected static oracle.owb.mapping.PropSheetImpl getPropSheet(java.lang.String type)
getPropSheet Retrieve the property sheet of a property type.
Parameters:
type - A property type.
Returns:
The property sheet of the type.

containsKey

protected static boolean containsKey(java.lang.String type,
                                     java.lang.String key)
containsKey is a boolean checkup to see if this set of property definitions includes the definition for the key.
Parameters:
type - A property type.
key - A property key.
Returns:
true - if this set of properties defines the key; false - if otherwise.

static void ()