oracle.sysman.dbTarget.db.changemgr.emo.docaccess
Class XMLMViewAccessor

java.lang.Object
  extended by oracle.sysman.dbTarget.db.changemgr.emo.docaccess.XMLAccessor
      extended by oracle.sysman.dbTarget.db.changemgr.emo.docaccess.XMLSchemaObjAccessor
          extended by oracle.sysman.dbTarget.db.changemgr.emo.docaccess.XMLMViewAccessor

public class XMLMViewAccessor
extends XMLSchemaObjAccessor


Field Summary
 
Fields inherited from class oracle.sysman.dbTarget.db.changemgr.emo.docaccess.XMLAccessor
DDL_ALTER_LEFT_TO_RIGHT, DDL_ALTER_RIGHT_TO_LEFT, DDL_CREATE_LEFT, DDL_CREATE_RIGHT, DDL_DROP, DIFF_NODES_PATTERN, MDAPI_CLUSTER, MDAPI_DB_LINK, MDAPI_FUNCTION, MDAPI_INDEX, MDAPI_MATERIALIZED_VIEW, MDAPI_MATERIALIZED_VIEW_LOG, MDAPI_PACKAGE, MDAPI_PACKAGE_BODY, MDAPI_PACKAGE_SPEC, MDAPI_PROCEDURE, MDAPI_PROFILE, MDAPI_ROLE, MDAPI_ROLLBACK_SEGMENT, MDAPI_SEQUENCE, MDAPI_SYNONYM, MDAPI_TABLE, MDAPI_TABLESPACE, MDAPI_TRIGGER, MDAPI_TYPE, MDAPI_USER, MDAPI_VIEW
 
Method Summary
 java.lang.String getIndexName()
           
 java.lang.String getIndexSchema()
           
 boolean getIsCache()
           
 boolean getIsLogging()
           
 boolean getIsParallel()
           
 boolean getIsReducedPrecision()
           
 java.lang.String getLocalRBS()
           
 boolean getLocalRBSDefault()
           
 java.lang.String getMasterLink()
           
 java.lang.String getMasterName()
           
 java.lang.String getMasterOwner()
           
 java.lang.String getMasterRBS()
           
 boolean getMasterRBSDefault()
           
 boolean getOnPrebuiltTable()
           
 java.lang.String getParallelDegree()
           
 boolean getParallelDegreeDefault()
           
 java.lang.String getQuery()
           
 boolean getQueryRewrite()
           
 java.lang.String getRefreshDate()
           
 java.lang.String getRefreshInterval()
           
 java.lang.String getRefreshMethod()
           
 java.lang.String getRefreshType()
           
 XMLSegmentAccessor getSegment()
           
 java.lang.String getTablespace()
           
 boolean getUpdatable()
           
 boolean getUsesIndex()
           
 void initializeAll()
          Fully initializes the accessor.
 java.lang.String toString()
           
 
Methods inherited from class oracle.sysman.dbTarget.db.changemgr.emo.docaccess.XMLSchemaObjAccessor
applySchemaMap, getDegree, getDegreeDefault, getNumberPartitions, getObjectName, getObjectSchema, getParallel, getPartitionAt, getPartitioned, getPartitions, getQuotedFullName, getSchema, getSXMLDocFromDB, setDegree, setDegreeDefault, setParallel, setSchema, setTablespace
 
Methods inherited from class oracle.sysman.dbTarget.db.changemgr.emo.docaccess.XMLAccessor
applyDiffs, applySchemaMap, compareDefinition, compareDefinition, compareDefinition, compareDefinition, createXslTransformInfo, generateDDL, generateDDL, generateDDL, generateDDLs, getAppendStatistics, getChangeMode, getColumnName, getDDL, getDDL, getDDL, getDDLForExecution, getDDLForExecution, getDifferencesDocument, getDocument, getDropDDL, getName, getQuotedName, getXMLAccessorForType, getXMLAccessorForType, getXMLAccessorForType, hasDiffs, initFromDatabase, initFromDatabase, initialize, intTypeToMDAPIType, isAlterable, MDAPITypeToIntType, printXmlRoot, registerApplyDiffListener, releaseXML, revert, setAppendStatistics, setObjectName, setTransformParams, setXmlDoc, sxmlSupported, sxmlSupported
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

initializeAll

public void initializeAll()
                   throws XMLAccessorException
Description copied from class: XMLAccessor
Fully initializes the accessor. For most types, this is unnecessary, but some types (notably Table) access much of their information using separate accessors. Such types should override this method to fully initialize their accessors.

Overrides:
initializeAll in class XMLAccessor
Throws:
XMLAccessorException - if the XMLAccessor subclass cannot be initialized.

getSegment

public XMLSegmentAccessor getSegment()
Overrides:
getSegment in class XMLSchemaObjAccessor

getMasterOwner

public java.lang.String getMasterOwner()

getMasterName

public java.lang.String getMasterName()

getMasterLink

public java.lang.String getMasterLink()

getUpdatable

public boolean getUpdatable()

getOnPrebuiltTable

public boolean getOnPrebuiltTable()

getIsReducedPrecision

public boolean getIsReducedPrecision()

getRefreshType

public java.lang.String getRefreshType()

getRefreshInterval

public java.lang.String getRefreshInterval()

getRefreshDate

public java.lang.String getRefreshDate()

getRefreshMethod

public java.lang.String getRefreshMethod()

getMasterRBS

public java.lang.String getMasterRBS()

getMasterRBSDefault

public boolean getMasterRBSDefault()

getLocalRBS

public java.lang.String getLocalRBS()

getLocalRBSDefault

public boolean getLocalRBSDefault()

getQuery

public java.lang.String getQuery()

getQueryRewrite

public boolean getQueryRewrite()

getIsParallel

public boolean getIsParallel()

getParallelDegree

public java.lang.String getParallelDegree()

getParallelDegreeDefault

public boolean getParallelDegreeDefault()

getIsCache

public boolean getIsCache()

getIsLogging

public boolean getIsLogging()

getTablespace

public java.lang.String getTablespace()
Overrides:
getTablespace in class XMLSchemaObjAccessor

getUsesIndex

public boolean getUsesIndex()

getIndexSchema

public java.lang.String getIndexSchema()

getIndexName

public java.lang.String getIndexName()

toString

public java.lang.String toString()
Overrides:
toString in class XMLSchemaObjAccessor