|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.sysman.dbTarget.db.changemgr.emo.docaccess.XMLAccessorSettings
public class XMLAccessorSettings
Field Summary |
---|
Constructor Summary | |
---|---|
XMLAccessorSettings()
|
Method Summary | |
---|---|
boolean |
getChangeManagerMode()
Returns true if Change Manager mode is set, false if not. |
int |
getChangeMode()
Returns the client-specified change mode to use when making changes to the SXML document through the accessor's methods. |
boolean |
getGenerateComments()
Indicates whether comments are generated in SXML and DDL. |
boolean |
getGenerateConstraintIndexes()
Indicates whether constraint indexes will be generated in CREATE TABLE DDL. |
boolean |
getGenerateConstraints()
Indicates whether constraints will be generated in CREATE TABLE DDL. |
boolean |
getGeneratePasswordValue()
Indicates whether generation of an encrypted password value is enabled in DDL that creates a user, database link, or other object that uses a password. |
boolean |
getGenerateRefConstraints()
Indicates whether referential (foreign key) constraints will be generated in CREATE TABLE DDL. |
boolean |
getGenerateSQLTerminator()
Indicates whether the SQL terminator is generted in DDL statements. |
boolean |
getIgnoreHighValues()
Indicates whether range partition high values are ignored during comparison. |
boolean |
getIgnorePartitioning()
Indicates whether partitioning is ignored during comparison. |
boolean |
getIgnorePhysicalAttributes()
Indicates whether generation or comparison of the physical attributes clause in stored objects is enabled. |
boolean |
getIgnoreSegmentAttributes()
Indicates whether generation or comparison of the segment clause in stored objects is enabled. |
boolean |
getIgnoreStorage()
Indicates whether generation or comparison of the storage clause in stored objects is enabled. |
boolean |
getIgnoreTableColumnPosition()
Indicates whether table column positions are ignored during comparison. |
boolean |
getIgnoreTablespace()
Indicates whether generation or comparison of the tablespace clause in stored objects is enabled. |
boolean |
getLogicalCompare()
Indicates whether case, extra white space, and unnecessary quotes are ignored in SQL text, and whether extra space is ignored in comments on tables, views, and materialized views. |
boolean |
getMatchConstraintsByName()
Indicates whether constraints are matched by name or by definition. |
boolean |
getReportConstraintNameDifferences()
Indicates whether differences in constraint names are reported in comparisons. |
javax.servlet.ServletContext |
getServletContext()
Returns the ServletContext, through which the WEB_INF/xsls/ directory in which Change Manager-provided stylesheets (.xsl files) are stored can be located. |
boolean |
getStatistics()
Indicates whether generation or comparison of statistics for objects that have them is enabled. |
boolean |
getSuppressForce()
Indicates whether generation of the FORCE keyword in CREATE VIEW DDL is suppressed. |
boolean |
getSuppressSchema()
Indicates whether generation of the schema is suppressed. |
int |
getSXMLToDDLTransformParamFlags(int type)
Allows the client to specify the transform parameters to use when transforming SXML to DDL. |
int |
getTransformParamFlags(int type,
int transform)
Allows the client to specify the transform parameters to use for all transforms. |
java.lang.String |
getXslRoot()
Returns the operating system directory that contains the WEB_INF/xsls/ directory in which Change Manager-provided stylesheets (.xsl files) are stored. |
void |
setAdditionalFlags(int addnlFlags)
Sets one or more transformation flags to supplement those normally returned by the getTransformParamFlags() method. |
void |
setChangeManagerMode(boolean mode)
Sets or disables "Change Manager mode" when generating SXML and when comparing object definitions. |
void |
setChangeMode(int mode)
Sets the change mode to use when making changes to the SXML document through the accessor's methods. |
void |
setGenerateComments(boolean genComments)
Sets or disables generation of table and view comments in SXML and DDL. |
void |
setGenerateConstraintIndexes(boolean genConstraintIdxs)
Sets or disables generation of constraint indexes in CREATE TABLE DDL. |
void |
setGenerateConstraints(boolean genConstraints)
Sets or disables generation of constraints in CREATE TABLE DDL. |
void |
setGeneratePasswordValue(boolean setPwdVal)
Sets or disable generation of an encrypted password value in DDL that creates a user, database link, or other object that uses a password. |
void |
setGenerateRefConstraints(boolean genConstraints)
Sets or disables generation of referential (foreign key) constraints in CREATE TABLE DDL. |
void |
setGenerateSQLTerminator(boolean genTerm)
Sets or disables generation of the SQL terminator in DDL statements. |
void |
setIgnoreHighValues(boolean ignHV)
Controls whether range partition high values are ignored during comparison. |
void |
setIgnorePartitioning(boolean ignPtng)
Controls whether partitioning is ignored during comparison. |
void |
setIgnorePhysicalAttributes(boolean ignPhysAtts)
Sets or disables generation or comparison of the physical attributes clause in stored objects. |
void |
setIgnoreSegmentAttributes(boolean ignSegAtts)
Sets or disables generation or comparison of the segment attributes clause in stored objects. |
void |
setIgnoreStorage(boolean ignStorage)
Sets or disables generation or comparison of the storage clause in stored objects. |
void |
setIgnoreTableColumnPosition(boolean ignColPos)
Controls whether table column positions are ignored during comparison. |
void |
setIgnoreTablespace(boolean ignTablespace)
Sets or disables generation or comparison of the tablespace clause in stored objects. |
void |
setLogicalCompare(boolean lc)
Controls whether case, extra white space, and unnecessary quotes are ignored in SQL text, and whether extra space is ignored in comments on tables, views, and materialized views. |
void |
setMatchConstraintsByName(boolean match)
Controls whether constraints are matched by name or by definition. |
void |
setReportConstraintNameDifferences(boolean rptNameDiffs)
Controls whether differences in constraint names are reported in comparisons. |
void |
setServletContext(javax.servlet.ServletContext sc)
|
void |
setStatistics(boolean stats)
Sets or disables generation or comparison of statistics for objects that have them. |
void |
setSuppressForce(boolean suppressForce)
Sets or disables suppressiong of the FORCE keyword in CREATE VIEW DDL. |
void |
setSuppressSchema(boolean suppressSchema)
Sets or disables suppression of the schema in SXML and DDL. |
void |
setXslRoot(java.lang.String root)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XMLAccessorSettings()
Method Detail |
---|
public java.lang.String getXslRoot()
XMLAccessorClient
getXslRoot
in interface XMLAccessorClient
public void setXslRoot(java.lang.String root)
public javax.servlet.ServletContext getServletContext()
XMLAccessorClient
getServletContext
in interface XMLAccessorClient
public void setServletContext(javax.servlet.ServletContext sc)
public int getSXMLToDDLTransformParamFlags(int type)
XMLAccessorClient
getSXMLToDDLTransformParamFlags
in interface XMLAccessorClient
type
- one of the CM_OBJTYPE values
defined in this interface
public int getTransformParamFlags(int type, int transform)
XMLAccessorClient
getTransformParamFlags
in interface XMLAccessorClient
type
- one of the CM_OBJTYPE values
defined in this interfacetransform
- one of the transforms defined in this interface
public int getChangeMode()
getChangeMode
in interface XMLAccessorClient
public void setChangeMode(int mode)
mode
- public void setChangeManagerMode(boolean mode)
mode
- true to specify Change Manager mode,
false to disable it.public boolean getChangeManagerMode()
public void setGenerateConstraints(boolean genConstraints)
genConstraints
- true to generate constraints in DDL,
false to omit constraints.public boolean getGenerateConstraints()
public void setGenerateRefConstraints(boolean genConstraints)
genConstraints
- true to generate referential constraints
in DDL, false to omit referential
constraints.public boolean getGenerateRefConstraints()
public void setGenerateConstraintIndexes(boolean genConstraintIdxs)
genConstraintIdxs
- true to generate constraint indexes in DDL,
false to omit constraint indexess.public boolean getGenerateConstraintIndexes()
public void setGeneratePasswordValue(boolean setPwdVal)
setPwdVal
- true to enable encrpyted password generation,
false otherwise.public boolean getGeneratePasswordValue()
public void setIgnorePhysicalAttributes(boolean ignPhysAtts)
ignPhysAtts
- true to disable generation or comparison
of the physical attributes clause, false
otherwise.public boolean getIgnorePhysicalAttributes()
public void setIgnoreTablespace(boolean ignTablespace)
ignTablespace
- true to disable generation or comparison
of the tablespace clause, false
otherwise.public boolean getIgnoreTablespace()
public void setIgnoreSegmentAttributes(boolean ignSegAtts)
ignSegAtts
- true to disable generation or comparison
of the segment attributes clause, false
otherwise.public boolean getIgnoreSegmentAttributes()
public void setIgnoreStorage(boolean ignStorage)
ignStorage
- true to disable generation or comparison
of the storage clause, false
otherwise.public boolean getIgnoreStorage()
public void setStatistics(boolean stats)
stats
- true to enable generation or comparison
of statistics, false
otherwise.public boolean getStatistics()
public void setMatchConstraintsByName(boolean match)
match
- true to match constraints by name,
false to match by definitionpublic boolean getMatchConstraintsByName()
public void setReportConstraintNameDifferences(boolean rptNameDiffs)
rptNameDiffs
- true to report constraint name differences,
false to ignore constraint name differencespublic boolean getReportConstraintNameDifferences()
public void setIgnoreTableColumnPosition(boolean ignColPos)
ignColPos
- true to ignore column position,
false to compare column positionpublic boolean getIgnoreTableColumnPosition()
public void setLogicalCompare(boolean lc)
lc
- true to enable logicical comparisonpublic boolean getLogicalCompare()
public void setIgnoreHighValues(boolean ignHV)
ignHV
- true to ignore partition high valuespublic boolean getIgnoreHighValues()
public void setIgnorePartitioning(boolean ignPtng)
ignPtng
- true to ignore partitioningpublic boolean getIgnorePartitioning()
public void setGenerateSQLTerminator(boolean genTerm)
genTerm
- true to generate the SQL terminator,
false to suppress itpublic boolean getGenerateSQLTerminator()
public void setGenerateComments(boolean genComments)
genComments
- true to generate comment SXML and
DDL, false to suppress comment
generation.public boolean getGenerateComments()
public void setSuppressSchema(boolean suppressSchema)
suppressSchema
- true to suppress generation of
the schema, false to allow itpublic boolean getSuppressSchema()
public void setSuppressForce(boolean suppressForce)
suppressForce
- true to suppress generation
of the FORCE keyword, false
to allow itpublic boolean getSuppressForce()
public void setAdditionalFlags(int addnlFlags)
addnlFlags
- The bitwise-OR of
transformation parameter
flags
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |