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 DACTable

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

Direct Known Subclasses:
DACSourceTable, DACTargetTable

public abstract class DACTable
extends java.lang.Object

DACTable is a base class for DACSourceTable and DACTarget table classes. See them for details.

Since:
DAC 11.1.1.5.0

Method Summary
 java.lang.String getDataSource()
          Returns the physical data source name.
 java.lang.String getTableName()
          Returns table name.
 void setDataSource(java.lang.String dataSource)
          Sets the physical data source name.
 void setTableName(java.lang.String tableName)
          Sets table name.

 

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

 

Method Detail

getTableName

public java.lang.String getTableName()
Returns table name.
Returns:
tableName

setTableName

public void setTableName(java.lang.String tableName)
Sets table name.

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

Parameters:
tableName -

getDataSource

public java.lang.String getDataSource()
Returns the physical data source name. This is the data source on which the table resides.
Returns:
dataSource physical data source name

setDataSource

public void setDataSource(java.lang.String dataSource)
Sets the physical data source name. This is the data source on which the table resides.

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

Parameters:
dataSource - physical data source name

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.