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

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

public class XMLTablespaceAccessor
extends XMLAccessor


Field Summary
static int EXT_MGMT_AUTOALLOCATE
           
static int EXT_MGMT_UNIFORM
           
static int SEG_MGMT_AUTO
           
static int SEG_MGMT_MANUAL
           
static java.lang.String X_DATAFILE_LIST_ITEM
           
 
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 getAllocationSize()
           
 java.lang.String getAllocationType()
           
 java.lang.String getBlockSize()
           
 java.lang.String[] getDatafileNames()
           
 java.lang.String getExtentManagement()
           
 java.lang.String getFullDatafileName(int index, java.lang.String nameOnly)
           
 java.lang.String getInitialSize()
           
 java.lang.String getLogging()
           
 java.lang.String getMaximumExtent()
           
 java.lang.String getMinimumExtent()
           
 java.lang.String getNextSize()
           
 java.lang.String getPctIncrease()
           
 java.lang.String getSegmentSpaceManagement()
           
 java.lang.String getStatus()
           
 java.lang.String getType()
           
 java.lang.String getTypePathElement()
           
 void initializeAll()
          Fully initializes the accessor.
 void initializeDatafiles()
           
 void setAllocationType(int allocType)
           
 void setDatafileName(int index, java.lang.String newName)
           
 void setLocal(boolean isLocal)
           
 void setSegmentManagementType(int segMgmtType)
           
 void setUniformExtentSize(int size, int unit)
           
 java.lang.String toString()
           
 
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, setXmlDoc, sxmlSupported, sxmlSupported
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

EXT_MGMT_AUTOALLOCATE

public static final int EXT_MGMT_AUTOALLOCATE
See Also:
Constant Field Values

EXT_MGMT_UNIFORM

public static final int EXT_MGMT_UNIFORM
See Also:
Constant Field Values

SEG_MGMT_MANUAL

public static final int SEG_MGMT_MANUAL
See Also:
Constant Field Values

SEG_MGMT_AUTO

public static final int SEG_MGMT_AUTO
See Also:
Constant Field Values

X_DATAFILE_LIST_ITEM

public static java.lang.String X_DATAFILE_LIST_ITEM
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.

initializeDatafiles

public void initializeDatafiles()
                         throws XMLAccessorException
Throws:
XMLAccessorException

getStatus

public java.lang.String getStatus()

getBlockSize

public java.lang.String getBlockSize()

getType

public java.lang.String getType()

getAllocationType

public java.lang.String getAllocationType()

getAllocationSize

public java.lang.String getAllocationSize()

getExtentManagement

public java.lang.String getExtentManagement()

getLogging

public java.lang.String getLogging()

getSegmentSpaceManagement

public java.lang.String getSegmentSpaceManagement()

getInitialSize

public java.lang.String getInitialSize()

getNextSize

public java.lang.String getNextSize()

getMinimumExtent

public java.lang.String getMinimumExtent()

getMaximumExtent

public java.lang.String getMaximumExtent()

getPctIncrease

public java.lang.String getPctIncrease()

getTypePathElement

public java.lang.String getTypePathElement()

setLocal

public void setLocal(boolean isLocal)

setAllocationType

public void setAllocationType(int allocType)

setUniformExtentSize

public void setUniformExtentSize(int size,
                                 int unit)

setSegmentManagementType

public void setSegmentManagementType(int segMgmtType)

getDatafileNames

public java.lang.String[] getDatafileNames()

getFullDatafileName

public java.lang.String getFullDatafileName(int index,
                                            java.lang.String nameOnly)

setDatafileName

public void setDatafileName(int index,
                            java.lang.String newName)

toString

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