oracle.sysman.dbTarget.db.changemgr.emo.docaccess
Class XMLRbSegmentAccessor
java.lang.Object
oracle.sysman.dbTarget.db.changemgr.emo.docaccess.XMLAccessor
oracle.sysman.dbTarget.db.changemgr.emo.docaccess.XMLRbSegmentAccessor
public class XMLRbSegmentAccessor
- 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, getQuotedFullName, getQuotedName, getSXMLDocFromDB, getXMLAccessorForType, getXMLAccessorForType, getXMLAccessorForType, hasDiffs, initFromDatabase, initFromDatabase, initializeAll, 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 |
initialize
public void initialize(oracle.xml.parser.v2.XMLNode xmlNode)
throws XMLAccessorException
- Description copied from class:
XMLAccessor
- Initializes an XMLAccessor object from the contents of a supplied
XMLNode.
- Overrides:
initialize
in class XMLAccessor
- Parameters:
xmlNode
- XMLNode containing the SXML document or
portion from which to initialize the
XMLAccessor subclass.
- Throws:
XMLAccessorException
- if the XMLAccessor subclass cannot be
initialized from xmlNode.
getName
public java.lang.String getName()
- Overrides:
getName
in class XMLAccessor
getTablespace
public java.lang.String getTablespace()
isPublic
public boolean isPublic()
getInitialSize
public java.lang.String getInitialSize()
getNextSize
public java.lang.String getNextSize()
getMinimumExtent
public java.lang.String getMinimumExtent()
getMaximumExtent
public java.lang.String getMaximumExtent()
getOptimalSize
public java.lang.String getOptimalSize()
getTypePathElement
public java.lang.String getTypePathElement()
toString
public java.lang.String toString()
- Overrides:
toString
in class XMLAccessor