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

E22566-01

oracle.apps.fnd.applxdf.comp
Class MVLogObject

java.lang.Object
  extended by oracle.apps.fnd.applxdf.comp.DBObject
      extended by oracle.apps.fnd.applxdf.comp.MVLogObject

public class MVLogObject
extends DBObject

class definition.


Field Summary
static int ADDAT_PARR_DAT
           
static long FND_INITIALEXTENT_MIN
           
static int FND_INITIALEXTENTS
           
static int FND_INITRANS
           
static java.lang.String FND_MAXEXTENTS
           
static int FND_NEXTEXTENTS
           
static int FND_PCT_INCREASE
           
static int IDX_FGRP_MIN
           
static int IDX_FREELISTS_MIN
           
static int IDX_INITRANS_MIN
           
static int IDX_MAXTRANS_MIN
           
static java.lang.String ODF_UNLIMITED
           
static int TAB_INITRANS_MIN
           
 
Fields inherited from class oracle.apps.fnd.applxdf.comp.DBObject
indexExists, logger, mapPartition, notToEmitAlterDDLArray, objDoc, objectName, objElm, param
 
Constructor Summary
MVLogObject(Parameters theParam, XDFLogger theLogger)
          Constructor with arguments.
 
Method Summary
protected  java.util.Hashtable getAlterXMLParameters()
          Get the alter XML parameters.
protected  java.lang.String getAlterXMLXSLFile()
          Get the alter XML XSL file.
protected  java.util.HashMap getClauseTypeNotToEmit()
          Get the clause type not to emit.
protected  java.util.Hashtable getCreateDDLParameters()
          Get the create DDL parameters.
protected  java.lang.String getCreateDDLXSLFile()
          Get the create DDL XSL file.
protected  void getDataFromSXML(oracle.xml.parser.v2.XMLElement xmlElm)
          Get the data from the XML Element.
protected  void getDataFromTargetDB(java.sql.ResultSet rset)
          Get the data from target db.
 java.lang.String getMasterName()
          Get the master name.
 java.lang.String getMVLogNameFromDb(Parameters param, java.lang.String master)
          Get the MV Log name from db.
protected  java.util.Hashtable getRemapParameters()
          Get the remap parameters.
protected  java.lang.String getRemapXSLFile()
          Get the rempa XSL file.
protected  java.lang.String prepareObjectQuery(java.util.ArrayList arguments)
          Prepare the query statement.
 oracle.xml.parser.v2.XMLDocumentFragment validateDDL(oracle.xml.parser.v2.XMLDocumentFragment alterXML)
          Validate DDL in the alter XMLDocumentFragment.
 
Methods inherited from class oracle.apps.fnd.applxdf.comp.DBObject
checkTargetDBObjectExists, executeDDLStmt, getAlterDDLArrayToExecute, getAlterXML, getCreateDDLToExecute, getCreateDDLToExecute, getDependentDiffDocument, getDiffDocument, getObjectName, getTableSpaceType, getTargetTableSpaceName, isIndexExists, isObjectObsolete, readInputSXML, remapSXML, setObjDoc, setObjectName, setObjElm, stripRowTag
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FND_INITIALEXTENTS

public static int FND_INITIALEXTENTS

FND_NEXTEXTENTS

public static int FND_NEXTEXTENTS

FND_INITRANS

public static int FND_INITRANS

ADDAT_PARR_DAT

public static final int ADDAT_PARR_DAT
See Also:
Constant Field Values

TAB_INITRANS_MIN

public static final int TAB_INITRANS_MIN
See Also:
Constant Field Values

IDX_INITRANS_MIN

public static final int IDX_INITRANS_MIN
See Also:
Constant Field Values

IDX_MAXTRANS_MIN

public static final int IDX_MAXTRANS_MIN
See Also:
Constant Field Values

IDX_FGRP_MIN

public static final int IDX_FGRP_MIN
See Also:
Constant Field Values

IDX_FREELISTS_MIN

public static final int IDX_FREELISTS_MIN
See Also:
Constant Field Values

FND_INITIALEXTENT_MIN

public static final long FND_INITIALEXTENT_MIN
See Also:
Constant Field Values

FND_PCT_INCREASE

public static final int FND_PCT_INCREASE
See Also:
Constant Field Values

FND_MAXEXTENTS

public static final java.lang.String FND_MAXEXTENTS
See Also:
Constant Field Values

ODF_UNLIMITED

public static final java.lang.String ODF_UNLIMITED
See Also:
Constant Field Values
Constructor Detail

MVLogObject

public MVLogObject(Parameters theParam,
                   XDFLogger theLogger)
Constructor with arguments.

Parameters:
theParam - Parameters instance
theLogger - XDFLogger instance
Method Detail

getDataFromSXML

protected void getDataFromSXML(oracle.xml.parser.v2.XMLElement xmlElm)
Get the data from the XML Element.

Specified by:
getDataFromSXML in class DBObject
Parameters:
xmlElm - XML Element

prepareObjectQuery

protected java.lang.String prepareObjectQuery(java.util.ArrayList arguments)
Prepare the query statement.

Specified by:
prepareObjectQuery in class DBObject
Parameters:
arguments - arguments associated with the query statement
Returns:
query statement

getDataFromTargetDB

protected void getDataFromTargetDB(java.sql.ResultSet rset)
Get the data from target db.

Specified by:
getDataFromTargetDB in class DBObject
Parameters:
rset - resultset from the query

getRemapXSLFile

protected java.lang.String getRemapXSLFile()
Get the rempa XSL file.

Specified by:
getRemapXSLFile in class DBObject
Returns:
remap XSL file string

getRemapParameters

protected java.util.Hashtable getRemapParameters()
Get the remap parameters.

Specified by:
getRemapParameters in class DBObject
Returns:
remap parameters hashtable

getCreateDDLXSLFile

protected java.lang.String getCreateDDLXSLFile()
Get the create DDL XSL file.

Specified by:
getCreateDDLXSLFile in class DBObject
Returns:
create DDL XSL file string

getCreateDDLParameters

protected java.util.Hashtable getCreateDDLParameters()
Get the create DDL parameters.

Specified by:
getCreateDDLParameters in class DBObject
Returns:
create DDL parameters hashtable

getAlterXMLXSLFile

protected java.lang.String getAlterXMLXSLFile()
Get the alter XML XSL file.

Specified by:
getAlterXMLXSLFile in class DBObject
Returns:
alter XML XSL file string

getAlterXMLParameters

protected java.util.Hashtable getAlterXMLParameters()
Get the alter XML parameters.

Overrides:
getAlterXMLParameters in class DBObject
Returns:
alter XML parameters

validateDDL

public oracle.xml.parser.v2.XMLDocumentFragment validateDDL(oracle.xml.parser.v2.XMLDocumentFragment alterXML)
Validate DDL in the alter XMLDocumentFragment.

Specified by:
validateDDL in class DBObject
Parameters:
alterXML - alter XMLDocumentFragment
Returns:
validated XMLDocumentFragment

getClauseTypeNotToEmit

protected java.util.HashMap getClauseTypeNotToEmit()
Get the clause type not to emit.

Specified by:
getClauseTypeNotToEmit in class DBObject
Returns:
cluase type hashmap not to emit

getMasterName

public java.lang.String getMasterName()
Get the master name.

Returns:
master name

getMVLogNameFromDb

public java.lang.String getMVLogNameFromDb(Parameters param,
                                           java.lang.String master)
                                    throws java.lang.Exception
Get the MV Log name from db.

Parameters:
param - Parameters instance
master - master table name
Returns:
MV Log name
Throws:
java.lang.Exception - during the db 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.