|
Oracle Fusion Middleware extensions for XML based Datamodel Framework 11g Release 1 (11.1.1.6) E22566-06 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.apps.fnd.applxdf.comp.DBObject
oracle.apps.fnd.applxdf.comp.SynonymObject
public class SynonymObject
class definition.
| Field Summary |
|---|
| Fields inherited from class oracle.apps.fnd.applxdf.comp.DBObject |
|---|
indexExists, logger, mapPartition, notToEmitAlterDDLArray, objDoc, objectName, objElm, param |
| Constructor Summary | |
|---|---|
SynonymObject()
Constructor. |
|
SynonymObject(Parameters theParam,
XDFLogger theLogger)
Constructor with arguments. |
|
| Method Summary | |
|---|---|
void |
checkSynonym(java.lang.String theObjectName)
Check the synonym and do the comparison. |
void |
dropSynonym()
Drop the synonym. |
protected java.util.Hashtable |
getAlterXMLParameters()
Get the alter XML parameters. |
protected java.lang.String |
getAlterXMLXSLFile()
Get the alter XML XSL file. |
protected java.util.HashMap |
getClauseTypeNotToEmit()
Dummy Method. |
protected java.util.Hashtable |
getCreateDDLParameters()
Dummy method. |
protected java.lang.String |
getCreateDDLXSLFile()
Get the create DDL XSL file. |
protected void |
getDataFromSXML(oracle.xml.parser.v2.XMLElement xmlElm)
Get the data from the XML Element. |
protected void |
getDataFromTargetDB(java.sql.ResultSet rset)
Dummy method. |
protected java.util.Hashtable |
getRemapParameters()
Get the remap parameters. |
protected java.lang.String |
getRemapXSLFile()
Get the rempa XSL file. |
boolean |
getSynEqual()
Check to see whether the synonyms are the same. |
boolean |
getSynEqual(java.lang.String objName)
Check to see whether the synonyms are the same. |
boolean |
getSynEqual(java.lang.String theSchemaName,
java.lang.String baseObjName)
Check to see whether the synonyms are the same. |
protected java.lang.String |
prepareObjectQuery(java.util.ArrayList arguments)
Prepare the query statement. |
oracle.xml.parser.v2.XMLDocumentFragment |
validateDDL(oracle.xml.parser.v2.XMLDocumentFragment alterXML)
Dummy method. |
| Methods inherited from class oracle.apps.fnd.applxdf.comp.DBObject |
|---|
checkTargetDBObjectExists, executeDDLStmt, getAlterDDLArrayToExecute, getAlterXML, getCreateDDLToExecute, getCreateDDLToExecute, getDependentDiffDocument, getDiffDocument, getObjectName, getTableSpaceType, getTargetTableSpaceName, isIndexExists, isObjectObsolete, readInputSXML, remapSXML, setObjDoc, setObjectName, setObjElm, stripRowTag |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SynonymObject()
public SynonymObject(Parameters theParam,
XDFLogger theLogger)
theParam - Parameters instancetheLogger - XDFLogger instance| Method Detail |
|---|
protected void getDataFromSXML(oracle.xml.parser.v2.XMLElement xmlElm)
getDataFromSXML in class DBObjectxmlElm - XML Elementprotected void getDataFromTargetDB(java.sql.ResultSet rset)
getDataFromTargetDB in class DBObjectrset - resultset from the queryprotected java.lang.String prepareObjectQuery(java.util.ArrayList arguments)
prepareObjectQuery in class DBObjectarguments - arguments associated with the query statement
protected java.lang.String getRemapXSLFile()
getRemapXSLFile in class DBObjectprotected java.util.Hashtable getRemapParameters()
getRemapParameters in class DBObjectprotected java.lang.String getCreateDDLXSLFile()
getCreateDDLXSLFile in class DBObjectprotected java.util.Hashtable getCreateDDLParameters()
getCreateDDLParameters in class DBObjectprotected java.lang.String getAlterXMLXSLFile()
getAlterXMLXSLFile in class DBObjectprotected java.util.Hashtable getAlterXMLParameters()
getAlterXMLParameters in class DBObjectpublic oracle.xml.parser.v2.XMLDocumentFragment validateDDL(oracle.xml.parser.v2.XMLDocumentFragment alterXML)
validateDDL in class DBObjectalterXML - alter XMLDocumentFragment
protected java.util.HashMap getClauseTypeNotToEmit()
getClauseTypeNotToEmit in class DBObject
public void dropSynonym()
throws java.lang.Exception
java.lang.Exception - when dropping the synonympublic boolean getSynEqual()
public boolean getSynEqual(java.lang.String theSchemaName,
java.lang.String baseObjName)
theSchemaName - schema namebaseObjName - base object name
public boolean getSynEqual(java.lang.String objName)
objName - object name
public void checkSynonym(java.lang.String theObjectName)
theObjectName - object name
|
Oracle Fusion Middleware extensions for XML based Datamodel Framework 11g Release 1 (11.1.1.6) E22566-06 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||