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

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.XMLSegmentAccessor
              extended by oracle.sysman.dbTarget.db.changemgr.emo.docaccess.XMLLOBColumnAccessor

public class XMLLOBColumnAccessor
extends XMLSegmentAccessor


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 getLobTableName()
           
 void setChunkSize(int cs)
           
 void setEnableStorageInRow(boolean enable)
           
 void setLobTableName(java.lang.String name)
           
 void setPctVersion(int pv)
           
 void setXmlDoc(oracle.xml.parser.v2.XMLNode xmlDoc)
          Establishes the base node for relative xpaths.
 
Methods inherited from class oracle.sysman.dbTarget.db.changemgr.emo.docaccess.XMLSegmentAccessor
getBufferPool, getCompress, getGroups, getInitExt, getInitTrans, getIOTCompress, getIOTPctThreshold, getLists, getLogging, getMaxExt, getMaxTrans, getMinExt, getNextExt, getPctFree, getPctInc, getPctUsed, getTablespace, getTblspcName, setCompressionEnabled, setGroups, setInitExt, setIniTrans, setIOTPctThreshold, setLists, setLogging, setMaxExt, setMaxTrans, setMinExt, setNextExt, setPctFree, setPctInc, setPctUsed, setPrefixLength, setTablespace, setTblspcName, 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, getSegment, getSXMLDocFromDB, setDegree, setDegreeDefault, setParallel, setSchema
 
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, initializeAll, 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
 

Method Detail

setXmlDoc

public void setXmlDoc(oracle.xml.parser.v2.XMLNode xmlDoc)
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 XMLSegmentAccessor
Parameters:
xmlDoc - the node from which the base node for relative xpath attribute lookups in this object is derived

setLobTableName

public void setLobTableName(java.lang.String name)

getLobTableName

public java.lang.String getLobTableName()

setChunkSize

public void setChunkSize(int cs)

setEnableStorageInRow

public void setEnableStorageInRow(boolean enable)

setPctVersion

public void setPctVersion(int pv)