Skip navigation links

Oracle Fusion Middleware External Executors Java API Reference for Oracle Business Intelligence Data Warehouse Administration Console
11g Release 1 (11.1.1)

E20491-01


com.oracle.dac.thirdparty.executor.arguments
Class DACSourceTable

java.lang.Object
  extended by com.oracle.dac.thirdparty.executor.arguments.DACTable
      extended by com.oracle.dac.thirdparty.executor.arguments.DACSourceTable


public class DACSourceTable
extends DACTable

DACSourceTable implements source table for task that corresponds to DACExecutorJob and gives access to table properties.

Since:
DAC 11.1.1.5.0

Field Summary
static java.lang.String AUXILIARY_SOURCE_TABLE
          Source table type - auxiliary table
static java.lang.String LOOKUP_SOURCE_TABLE
          Source table type - lookup table
static java.lang.String PRIMARY_SOURCE_TABLE
          Source table type - primary table

 

Constructor Summary
DACSourceTable(java.lang.String dataSource, java.lang.String tableName, java.lang.String type)
          Constructs DACSourceTable object with given properties.

 

Method Summary
 java.lang.String getType()
          Returns the type of the table - PRIMARY_SOURCE_TABLE, AUXILIARY_SOURCE_TABLE or LOOKUP_SOURCE_TABLE
 void setType(java.lang.String type)
          Sets the type of table - PRIMARY_SOURCE_TABLE, AUXILIARY_SOURCE_TABLE or LOOKUP_SOURCE_TABLE.

 

Methods inherited from class com.oracle.dac.thirdparty.executor.arguments.DACTable
getDataSource, getTableName, setDataSource, setTableName

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

PRIMARY_SOURCE_TABLE

public static final java.lang.String PRIMARY_SOURCE_TABLE
Source table type - primary table
See Also:
Constant Field Values

AUXILIARY_SOURCE_TABLE

public static final java.lang.String AUXILIARY_SOURCE_TABLE
Source table type - auxiliary table
See Also:
Constant Field Values

LOOKUP_SOURCE_TABLE

public static final java.lang.String LOOKUP_SOURCE_TABLE
Source table type - lookup table
See Also:
Constant Field Values

Constructor Detail

DACSourceTable

public DACSourceTable(java.lang.String dataSource,
                      java.lang.String tableName,
                      java.lang.String type)
Constructs DACSourceTable object with given properties.
Parameters:
dataSource - name of the physical data source on which the table resides
tableName - name of the table
type - table type, use constants defined in this class

Method Detail

getType

public java.lang.String getType()
Returns the type of the table - PRIMARY_SOURCE_TABLE, AUXILIARY_SOURCE_TABLE or LOOKUP_SOURCE_TABLE
Returns:
type of the table

setType

public void setType(java.lang.String type)
Sets the type of table - PRIMARY_SOURCE_TABLE, AUXILIARY_SOURCE_TABLE or LOOKUP_SOURCE_TABLE. Use the String constants defined in this class.

Note: The property is set internally by DAC and the function should not be used by external executor implementations.

Parameters:
type - table type

Skip navigation links

Oracle Fusion Middleware External Executors Java API Reference for Oracle Business Intelligence Data Warehouse Administration Console
11g Release 1 (11.1.1)

E20491-01


Copyright © 2003, 2011, Oracle. All rights reserved.