Oracle Fusion Middleware Java API Reference for Oracle TopLink (Deprecated)
11g Release 1 (11.1.1)

B32476-04

oracle.toplink.xml
Class XMLSchemaManager

java.lang.Object
  extended by oracle.toplink.tools.schemaframework.SchemaManager
      extended by oracle.toplink.xml.XMLSchemaManager

Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by oracle.toplink.ox

public class XMLSchemaManager
extends SchemaManager

This class extends the base TOPLink SchemaManager to create XML stream sources and sequences for XML Projects.

Since:
TOPLink/Java 3.0

Field Summary
 
Fields inherited from class oracle.toplink.tools.schemaframework.SchemaManager
FAST_TABLE_CREATOR
 
Constructor Summary
XMLSchemaManager(DatabaseSession session)
          Deprecated. Construct a schema manager for the specified session.
XMLSchemaManager(oracle.toplink.internal.sessions.DatabaseSessionImpl session)
          Deprecated. Construct a schema manager for the specified session.
 
Method Summary
 void createObject(DatabaseObjectDefinition databaseObjectDefinition)
          Deprecated. Use the definition object to create the schema entity on the database.
 void dropObject(DatabaseObjectDefinition databaseObjectDefinition)
          Deprecated. Use the definition object to drop the schema entity from the database.
 
Methods inherited from class oracle.toplink.tools.schemaframework.SchemaManager
alterSequence, appendToDDLWriter, appendToDDLWriter, closeDDLWriter, closeDDLWriter, createConstraints, createDefaultTables, createSequences, dropConstraints, dropTable, generateStoredProcedures, generateStoredProcedures, generateStoredProceduresAndAmendmentClass, generateStoredProceduresAndAmendmentClass, getAllColumnNames, getAllColumnNames, getAllTableNames, getAllTableNames, getColumnInfo, getSession, getTableInfo, outputCreateDDLToFile, outputCreateDDLToWriter, outputDDLToDatabase, outputDDLToFile, outputDDLToWriter, outputDropDDLToFile, outputDropDDLToWriter, replaceDefaultTables, replaceDefaultTables, replaceObject, replaceSequences, setCreateSQLFiles, setSession, shouldWriteToDatabase
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLSchemaManager

public XMLSchemaManager(oracle.toplink.internal.sessions.DatabaseSessionImpl session)
Deprecated. 
Construct a schema manager for the specified session.


XMLSchemaManager

public XMLSchemaManager(DatabaseSession session)
Deprecated. 
Construct a schema manager for the specified session.

Method Detail

createObject

public void createObject(DatabaseObjectDefinition databaseObjectDefinition)
                  throws TopLinkException
Deprecated. 
Description copied from class: oracle.toplink.tools.schemaframework.SchemaManager
Use the definition object to create the schema entity on the database. This is used for creating tables, views, procedures ... etc ...

Overrides:
createObject in class SchemaManager
Throws:
TopLinkException

dropObject

public void dropObject(DatabaseObjectDefinition databaseObjectDefinition)
                throws TopLinkException
Deprecated. 
Description copied from class: oracle.toplink.tools.schemaframework.SchemaManager
Use the definition object to drop the schema entity from the database. This is used for droping tables, views, procedures ... etc ...

Overrides:
dropObject in class SchemaManager
Throws:
TopLinkException

Copyright © 1998, 2012, Oracle. All Rights Reserved.