oracle.sysman.dbTarget.db.changemgr.emo.docaccess
Class XMLTSDatafileAccessor
java.lang.Object
oracle.sysman.dbTarget.db.changemgr.emo.docaccess.XMLAccessor
oracle.sysman.dbTarget.db.changemgr.emo.docaccess.XMLTSDatafileAccessor
public class XMLTSDatafileAccessor
- extends XMLAccessor
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 |
Methods inherited from class oracle.sysman.dbTarget.db.changemgr.emo.docaccess.XMLAccessor |
applyDiffs, applySchemaMap, applySchemaMap, compareDefinition, compareDefinition, compareDefinition, compareDefinition, createXslTransformInfo, generateDDL, generateDDL, generateDDL, generateDDLs, getAppendStatistics, getChangeMode, getColumnName, getDDL, getDDL, getDDL, getDDLForExecution, getDDLForExecution, getDifferencesDocument, getDocument, getDropDDL, getName, getQuotedFullName, getQuotedName, getSXMLDocFromDB, getXMLAccessorForType, getXMLAccessorForType, getXMLAccessorForType, hasDiffs, initFromDatabase, initFromDatabase, initialize, intTypeToMDAPIType, isAlterable, MDAPITypeToIntType, printXmlRoot, registerApplyDiffListener, releaseXML, revert, setAppendStatistics, setObjectName, setTransformParams, sxmlSupported, sxmlSupported |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
setXmlDoc
public void setXmlDoc(oracle.xml.parser.v2.XMLNode dfItemNode)
- Description copied from class:
XMLAccessor
- Establishes the base node for relative xpaths.
Subclasses can override to get what they need from the document
at the time it is set.
- Overrides:
setXmlDoc
in class XMLAccessor
- Parameters:
dfItemNode
- the node from which the
base node for relative xpath attribute
lookups in this object is derived
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.
getFilePath
public java.lang.String getFilePath()
getFileName
public java.lang.String getFileName()
setFileName
public void setFileName(java.lang.String newName)
getSize
public java.lang.String getSize()
getAutoExtend
public java.lang.String getAutoExtend()
getIncrement
public java.lang.String getIncrement()
getMaxFileSize
public java.lang.String getMaxFileSize()
getTypePathElement
public java.lang.String getTypePathElement()
toString
public java.lang.String toString()
- Overrides:
toString
in class XMLAccessor