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

B12155-01

oracle.owb.mapping
Class PropDefMapPhysical

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

public class PropDefMapPhysical
extends PropDefCommon

PropDefMapPhysical defines all map physical properties.


Field Summary
static java.lang.String ABAP$CONTROL_FILE_NAME_STRING
          Physical property on abap map.
static java.lang.String ABAP$DATA_FILE_NAME_STRING
          Physical property on abap map.
static java.lang.String ABAP$FILE_DELIMITER_FOR_STAGING_FILE_STRING
          Physical property on abap map.
static java.lang.String ABAP$LOG_FILE_NAME_STRING
          Physical property on abap map.
static java.lang.String ABAP$NESTED_LOOP_STRING
          Physical property on abap map.
static java.lang.String ABAP$PRIMARY_FOREIGN_KEY_FOR_JOIN_STRING
          Physical property on abap map.
static java.lang.String ABAP$SAP_SYSTEM_VERSION_STRING
          Physical property on abap map.
static java.lang.String ABAP$SQL_JOIN_COLLAPSING_STRING
          Physical property on abap map.
static java.lang.String ABAP$STAGING_FILE_DIRECTORY_STRING
          Physical property on abap map.
static java.lang.String ABAP$USE_SELECT_SINGLE_STRING
          Physical property on abap map.
static java.lang.String MAPPING$DEPLOYABLE_BOOLEAN
          Physical property on mapping map.
static java.lang.String MAPPING$EXECUTION_LOCATION_STRING
          Physical property on mapping map.
static java.lang.String MAPPING$STEP_TYPE_STRING
          Physical property on mapping map.
static java.lang.String PLSQL$ANALYZE_TABLE_SAMPLE_PERCENTAGE_INTEGER
          Physical property on plsql map.
static java.lang.String PLSQL$ANALYZE_TABLE_STATEMENTS_BOOLEAN
          Physical property on plsql map.
static java.lang.String PLSQL$BULK_PROCESSING_CODE_BOOLEAN
          Physical property on plsql map.
static java.lang.String PLSQL$BULK_SIZE_INTEGER
          Physical property on plsql map.
static java.lang.String PLSQL$COMMIT_FREQUENCY_INTEGER
          Physical property on plsql map.
static java.lang.String PLSQL$CORRELATED_COMMIT_BOOLEAN
          Physical property on plsql map.
static java.lang.String PLSQL$DEFAULT_AUDIT_LEVEL_STRING
          Physical property on plsql map.
static java.lang.String PLSQL$DEFAULT_OPERATING_MODE_STRING
          Physical property on plsql map.
static java.lang.String PLSQL$DEFAULT_PURGE_GROUP_STRING
          Physical property on plsql map.
static java.lang.String PLSQL$MAXIMUM_NUMBER_OF_ERRORS_INTEGER
          Physical property on plsql map.
static java.lang.String PLSQL$OPTIMIZED_CODE_BOOLEAN
          Physical property on plsql map.
static java.lang.String PLSQL$PARALLEL_ROW_CODE_BOOLEAN
          Physical property on plsql map.
static java.lang.String SQLLOADER$AUDIT_BOOLEAN
          Physical property on sqlloader map.
static java.lang.String SQLLOADER$BIND_SIZE_INTEGER
          Physical property on sqlloader map.
static java.lang.String SQLLOADER$CONTINUE_LOAD_BOOLEAN
          Physical property on sqlloader map.
static java.lang.String SQLLOADER$CONTROL_FILE_LOCATION_STRING
          Physical property on sqlloader map.
static java.lang.String SQLLOADER$CONTROL_FILE_NAME_STRING
          Physical property on sqlloader map.
static java.lang.String SQLLOADER$DATABASE_FILE_NAME_STRING
          Physical property on sqlloader map.
static java.lang.String SQLLOADER$DEFAULT_PURGE_GROUP_STRING
          Physical property on sqlloader map.
static java.lang.String SQLLOADER$DELIMITED_FILE_RECORD_TERMINATION_STRING
          Physical property on sqlloader map.
static java.lang.String SQLLOADER$DIRECT_MODE_BOOLEAN
          Physical property on sqlloader map.
static java.lang.String SQLLOADER$ERRORS_ALLOWED_INTEGER
          Physical property on sqlloader map.
static java.lang.String SQLLOADER$LOG_FILE_LOCATION_STRING
          Physical property on sqlloader map.
static java.lang.String SQLLOADER$LOG_FILE_NAME_STRING
          Physical property on sqlloader map.
static java.lang.String SQLLOADER$NLS_CHARACTERSET_STRING
          Physical property on sqlloader map.
static java.lang.String SQLLOADER$OPERATION_RECOVERABLE_BOOLEAN
          Physical property on sqlloader map.
static java.lang.String SQLLOADER$PERFORM_PARALLEL_LOAD_BOOLEAN
          Physical property on sqlloader map.
static java.lang.String SQLLOADER$PRESERVE_BLANKS_BOOLEAN
          Physical property on sqlloader map.
static java.lang.String SQLLOADER$READ_BUFFERS_INTEGER
          Physical property on sqlloader map.
static java.lang.String SQLLOADER$READ_SIZE_INTEGER
          Physical property on sqlloader map.
static java.lang.String SQLLOADER$RECORDS_TO_LOAD_INTEGER
          Physical property on sqlloader map.
static java.lang.String SQLLOADER$RECORDS_TO_SKIP_INTEGER
          Physical property on sqlloader map.
static java.lang.String SQLLOADER$ROWS_PER_COMMIT_INTEGER
          Physical property on sqlloader map.
static java.lang.String SQLLOADER$SOURCE_DATA_FILE_MP1LIST
          Physical property on sqlloader map.

 

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
PropDefMapPhysical()
           

 

Method Summary
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

ABAP$SAP_SYSTEM_VERSION_STRING

public static final java.lang.String ABAP$SAP_SYSTEM_VERSION_STRING
Physical property on abap map. Key name: SAP_SYSTEM_VERSION.

Description: SAP System Version

See Also:
Constant Field Values

ABAP$STAGING_FILE_DIRECTORY_STRING

public static final java.lang.String ABAP$STAGING_FILE_DIRECTORY_STRING
Physical property on abap map. Key name: STAGING_FILE_DIRECTORY.

Description: Staging File Directory

See Also:
Constant Field Values

ABAP$DATA_FILE_NAME_STRING

public static final java.lang.String ABAP$DATA_FILE_NAME_STRING
Physical property on abap map. Key name: DATA_FILE_NAME.

Description: Data File Name

See Also:
Constant Field Values

ABAP$CONTROL_FILE_NAME_STRING

public static final java.lang.String ABAP$CONTROL_FILE_NAME_STRING
Physical property on abap map. Key name: CONTROL_FILE_NAME.

Description: The control file name used in TCL generation

See Also:
Constant Field Values

ABAP$LOG_FILE_NAME_STRING

public static final java.lang.String ABAP$LOG_FILE_NAME_STRING
Physical property on abap map. Key name: LOG_FILE_NAME.

Description: The log file name.

See Also:
Constant Field Values

ABAP$FILE_DELIMITER_FOR_STAGING_FILE_STRING

public static final java.lang.String ABAP$FILE_DELIMITER_FOR_STAGING_FILE_STRING
Physical property on abap map. Key name: FILE_DELIMITER_FOR_STAGING_FILE.

Description: File Delimiter for Staging File

See Also:
Constant Field Values

ABAP$SQL_JOIN_COLLAPSING_STRING

public static final java.lang.String ABAP$SQL_JOIN_COLLAPSING_STRING
Physical property on abap map. Key name: SQL_JOIN_COLLAPSING.

Description: Sql Join Collapsing

See Also:
Constant Field Values

ABAP$NESTED_LOOP_STRING

public static final java.lang.String ABAP$NESTED_LOOP_STRING
Physical property on abap map. Key name: NESTED_LOOP.

Description: Nested Loop

See Also:
Constant Field Values

ABAP$USE_SELECT_SINGLE_STRING

public static final java.lang.String ABAP$USE_SELECT_SINGLE_STRING
Physical property on abap map. Key name: USE_SELECT_SINGLE.

Description: Use Select Single

See Also:
Constant Field Values

ABAP$PRIMARY_FOREIGN_KEY_FOR_JOIN_STRING

public static final java.lang.String ABAP$PRIMARY_FOREIGN_KEY_FOR_JOIN_STRING
Physical property on abap map. Key name: PRIMARY_FOREIGN_KEY_FOR_JOIN.

Description: Primary Foreign Key for Join

See Also:
Constant Field Values

SQLLOADER$LOG_FILE_LOCATION_STRING

public static final java.lang.String SQLLOADER$LOG_FILE_LOCATION_STRING
Physical property on sqlloader map. Key name: LOG_FILE_LOCATION.

Description: The log file location.

See Also:
Constant Field Values

SQLLOADER$LOG_FILE_NAME_STRING

public static final java.lang.String SQLLOADER$LOG_FILE_NAME_STRING
Physical property on sqlloader map. Key name: LOG_FILE_NAME.

Description: The log file name.

See Also:
Constant Field Values

SQLLOADER$CONTINUE_LOAD_BOOLEAN

public static final java.lang.String SQLLOADER$CONTINUE_LOAD_BOOLEAN
Physical property on sqlloader map. Key name: CONTINUE_LOAD.

Description: Continue Load

See Also:
Constant Field Values

SQLLOADER$NLS_CHARACTERSET_STRING

public static final java.lang.String SQLLOADER$NLS_CHARACTERSET_STRING
Physical property on sqlloader map. Key name: NLS_CHARACTERSET.

Description: Nls Characterset

See Also:
Constant Field Values

SQLLOADER$DIRECT_MODE_BOOLEAN

public static final java.lang.String SQLLOADER$DIRECT_MODE_BOOLEAN
Physical property on sqlloader map. Key name: DIRECT_MODE.

Description: Direct Mode

See Also:
Constant Field Values

SQLLOADER$OPERATION_RECOVERABLE_BOOLEAN

public static final java.lang.String SQLLOADER$OPERATION_RECOVERABLE_BOOLEAN
Physical property on sqlloader map. Key name: OPERATION_RECOVERABLE.

Description: Operation Recoverable

See Also:
Constant Field Values

SQLLOADER$PERFORM_PARALLEL_LOAD_BOOLEAN

public static final java.lang.String SQLLOADER$PERFORM_PARALLEL_LOAD_BOOLEAN
Physical property on sqlloader map. Key name: PERFORM_PARALLEL_LOAD.

Description: Perform Parallel Load

See Also:
Constant Field Values

SQLLOADER$ERRORS_ALLOWED_INTEGER

public static final java.lang.String SQLLOADER$ERRORS_ALLOWED_INTEGER
Physical property on sqlloader map. Key name: ERRORS_ALLOWED.

Description: Number of errors to allow

See Also:
Constant Field Values

SQLLOADER$RECORDS_TO_SKIP_INTEGER

public static final java.lang.String SQLLOADER$RECORDS_TO_SKIP_INTEGER
Physical property on sqlloader map. Key name: RECORDS_TO_SKIP.

Description: Number of logical records to skip

See Also:
Constant Field Values

SQLLOADER$RECORDS_TO_LOAD_INTEGER

public static final java.lang.String SQLLOADER$RECORDS_TO_LOAD_INTEGER
Physical property on sqlloader map. Key name: RECORDS_TO_LOAD.

Description: Number of logical records to load. The default value of 0 indicates to load all records.

See Also:
Constant Field Values

SQLLOADER$ROWS_PER_COMMIT_INTEGER

public static final java.lang.String SQLLOADER$ROWS_PER_COMMIT_INTEGER
Physical property on sqlloader map. Key name: ROWS_PER_COMMIT.

Description: Rows per Commit

See Also:
Constant Field Values

SQLLOADER$READ_SIZE_INTEGER

public static final java.lang.String SQLLOADER$READ_SIZE_INTEGER
Physical property on sqlloader map. Key name: READ_SIZE.

Description: The size of the read buffer

See Also:
Constant Field Values

SQLLOADER$BIND_SIZE_INTEGER

public static final java.lang.String SQLLOADER$BIND_SIZE_INTEGER
Physical property on sqlloader map. Key name: BIND_SIZE.

Description: Bind Size

See Also:
Constant Field Values

SQLLOADER$READ_BUFFERS_INTEGER

public static final java.lang.String SQLLOADER$READ_BUFFERS_INTEGER
Physical property on sqlloader map. Key name: READ_BUFFERS.

Description: The Number of Buffers

See Also:
Constant Field Values

SQLLOADER$PRESERVE_BLANKS_BOOLEAN

public static final java.lang.String SQLLOADER$PRESERVE_BLANKS_BOOLEAN
Physical property on sqlloader map. Key name: PRESERVE_BLANKS.

Description: Preserve Blanks

See Also:
Constant Field Values

SQLLOADER$DATABASE_FILE_NAME_STRING

public static final java.lang.String SQLLOADER$DATABASE_FILE_NAME_STRING
Physical property on sqlloader map. Key name: DATABASE_FILE_NAME.

Description: Database file name from which to allocate extents

See Also:
Constant Field Values

SQLLOADER$DELIMITED_FILE_RECORD_TERMINATION_STRING

public static final java.lang.String SQLLOADER$DELIMITED_FILE_RECORD_TERMINATION_STRING
Physical property on sqlloader map. Key name: DELIMITED_FILE_RECORD_TERMINATION.

Description: This property has been deprecated. Please set the record delimiter in the Flat File Sample Wizard or Property Sheet.

See Also:
Constant Field Values

SQLLOADER$CONTROL_FILE_LOCATION_STRING

public static final java.lang.String SQLLOADER$CONTROL_FILE_LOCATION_STRING
Physical property on sqlloader map. Key name: CONTROL_FILE_LOCATION.

Description: The Control File Location

See Also:
Constant Field Values

SQLLOADER$CONTROL_FILE_NAME_STRING

public static final java.lang.String SQLLOADER$CONTROL_FILE_NAME_STRING
Physical property on sqlloader map. Key name: CONTROL_FILE_NAME.

Description: The control file name used in TCL generation

See Also:
Constant Field Values

SQLLOADER$AUDIT_BOOLEAN

public static final java.lang.String SQLLOADER$AUDIT_BOOLEAN
Physical property on sqlloader map. Key name: AUDIT.

Description: Perform audit when the step is executed.

See Also:
Constant Field Values

SQLLOADER$DEFAULT_PURGE_GROUP_STRING

public static final java.lang.String SQLLOADER$DEFAULT_PURGE_GROUP_STRING
Physical property on sqlloader map. Key name: DEFAULT_PURGE_GROUP.

Description: The default purge group to be used when the step is executed.

See Also:
Constant Field Values

SQLLOADER$SOURCE_DATA_FILE_MP1LIST

public static final java.lang.String SQLLOADER$SOURCE_DATA_FILE_MP1LIST
Physical property on sqlloader map. Key name: SOURCE_DATA_FILE.

Description: A list of source data files.

See Also:
Constant Field Values

PLSQL$DEFAULT_OPERATING_MODE_STRING

public static final java.lang.String PLSQL$DEFAULT_OPERATING_MODE_STRING
Physical property on plsql map. Key name: DEFAULT_OPERATING_MODE.

Description: The default operating mode.

See Also:
Constant Field Values

PLSQL$BULK_SIZE_INTEGER

public static final java.lang.String PLSQL$BULK_SIZE_INTEGER
Physical property on plsql map. Key name: BULK_SIZE.

Description: The default number of rows to be fetched in batch during cursor processing.

See Also:
Constant Field Values

PLSQL$DEFAULT_AUDIT_LEVEL_STRING

public static final java.lang.String PLSQL$DEFAULT_AUDIT_LEVEL_STRING
Physical property on plsql map. Key name: DEFAULT_AUDIT_LEVEL.

Description: The default audit level when the step is executed.

See Also:
Constant Field Values

PLSQL$MAXIMUM_NUMBER_OF_ERRORS_INTEGER

public static final java.lang.String PLSQL$MAXIMUM_NUMBER_OF_ERRORS_INTEGER
Physical property on plsql map. Key name: MAXIMUM_NUMBER_OF_ERRORS.

Description: The default maximum number of errors encountered before aborting the step execution.

See Also:
Constant Field Values

PLSQL$COMMIT_FREQUENCY_INTEGER

public static final java.lang.String PLSQL$COMMIT_FREQUENCY_INTEGER
Physical property on plsql map. Key name: COMMIT_FREQUENCY.

Description: The default number of rows processed before a commit is issued.

See Also:
Constant Field Values

PLSQL$DEFAULT_PURGE_GROUP_STRING

public static final java.lang.String PLSQL$DEFAULT_PURGE_GROUP_STRING
Physical property on plsql map. Key name: DEFAULT_PURGE_GROUP.

Description: The default purge group to be used when the step is executed.

See Also:
Constant Field Values

PLSQL$ANALYZE_TABLE_SAMPLE_PERCENTAGE_INTEGER

public static final java.lang.String PLSQL$ANALYZE_TABLE_SAMPLE_PERCENTAGE_INTEGER
Physical property on plsql map. Key name: ANALYZE_TABLE_SAMPLE_PERCENTAGE.

Description: The default percentage of rows to be sampled when the target tables are analyzed for statistics to improve performance during insertion.

See Also:
Constant Field Values

PLSQL$BULK_PROCESSING_CODE_BOOLEAN

public static final java.lang.String PLSQL$BULK_PROCESSING_CODE_BOOLEAN
Physical property on plsql map. Key name: BULK_PROCESSING_CODE.

Description: Generate bulk processing code if this is true.

See Also:
Constant Field Values

PLSQL$PARALLEL_ROW_CODE_BOOLEAN

public static final java.lang.String PLSQL$PARALLEL_ROW_CODE_BOOLEAN
Physical property on plsql map. Key name: PARALLEL_ROW_CODE.

Description: Generate parallel row code if this is true.

See Also:
Constant Field Values

PLSQL$ANALYZE_TABLE_STATEMENTS_BOOLEAN

public static final java.lang.String PLSQL$ANALYZE_TABLE_STATEMENTS_BOOLEAN
Physical property on plsql map. Key name: ANALYZE_TABLE_STATEMENTS.

Description: Generate statistics collection statement if this is true.

See Also:
Constant Field Values

PLSQL$OPTIMIZED_CODE_BOOLEAN

public static final java.lang.String PLSQL$OPTIMIZED_CODE_BOOLEAN
Physical property on plsql map. Key name: OPTIMIZED_CODE.

Description: Attempt to generate optimized code if this is true.

See Also:
Constant Field Values

PLSQL$CORRELATED_COMMIT_BOOLEAN

public static final java.lang.String PLSQL$CORRELATED_COMMIT_BOOLEAN
Physical property on plsql map. Key name: CORRELATED_COMMIT.

Description: The mapping commits or rolls back correlated rows together.

See Also:
Constant Field Values

MAPPING$DEPLOYABLE_BOOLEAN

public static final java.lang.String MAPPING$DEPLOYABLE_BOOLEAN
Physical property on mapping map. Key name: DEPLOYABLE.

Description: Warehouse Builder generates a set of scripts to create an object only for those object marked as Deployable = true

See Also:
Constant Field Values

MAPPING$STEP_TYPE_STRING

public static final java.lang.String MAPPING$STEP_TYPE_STRING
Physical property on mapping map. Key name: STEP_TYPE.

Description: The step type used to generate this mapping

See Also:
Constant Field Values

MAPPING$EXECUTION_LOCATION_STRING

public static final java.lang.String MAPPING$EXECUTION_LOCATION_STRING
Physical property on mapping map. Key name: EXECUTION_LOCATION.

Description: The location where this Map will be executed

See Also:
Constant Field Values
Constructor Detail

PropDefMapPhysical

public PropDefMapPhysical()
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.

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

B12155-01

Copyright © 2003, Oracle. All Rights Reserved.