Oracle Fusion Middleware extensions for XML based Datamodel Framework
11g Release 1 (11.1.1.5)

E22566-01

oracle.apps.fnd.applxdf.comp
Class DataCollect

java.lang.Object
  extended by oracle.apps.fnd.applxdf.comp.DataCollect

public class DataCollect
extends java.lang.Object

Class definition


Constructor Summary
DataCollect(XDFLogger theLogger)
          Constructor with argument.
 
Method Summary
 java.lang.String getMVLogTableSpace(Parameters param, java.lang.String tableName)
          Get the table space for MVLOG.
 java.lang.String getSchemaName(Parameters param, java.lang.String appShortName)
          Get the schema name.
 java.lang.String getTableSpace(Parameters param, java.lang.String objName, java.lang.String objType, java.lang.String tsClassification)
          Get the table space for MVIEW or AQ Table.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataCollect

public DataCollect(XDFLogger theLogger)
Constructor with argument.

Parameters:
theLogger - XDFLogger instance
Method Detail

getTableSpace

public java.lang.String getTableSpace(Parameters param,
                                      java.lang.String objName,
                                      java.lang.String objType,
                                      java.lang.String tsClassification)
Get the table space for MVIEW or AQ Table.

Parameters:
param - Parameters instance
objName - object name
objType - object type
tsClassification - table space classification
Returns:
table space name

getMVLogTableSpace

public java.lang.String getMVLogTableSpace(Parameters param,
                                           java.lang.String tableName)
Get the table space for MVLOG.

Parameters:
param - Parameters instance
tableName - table or MV name
Returns:
table space name

getSchemaName

public java.lang.String getSchemaName(Parameters param,
                                      java.lang.String appShortName)
                               throws java.lang.Exception
Get the schema name.

Parameters:
param - Parameters instance
appShortName - apps short name
Returns:
schema name
Throws:
java.lang.Exception - when closing statement or connection

Oracle Fusion Middleware extensions for XML based Datamodel Framework
11g Release 1 (11.1.1.5)

E22566-01

Copyright © 2011 Oracle. All Rights Reserved.