Package | Description |
---|---|
oracle.toplink.essentials.tools.schemaframework |
Modifier and Type | Class and Description |
---|---|
class |
OracleSequenceDefinition
Purpose: Support Oracle native sequence creation.
|
class |
SequenceDefinition
Purpose: Allow a generic way of creating sequences on the different platforms,
and allow optional parameters to be specified.
|
class |
TableDefinition
Purpose: Allow a generic way of creating tables on the different platforms.
|
class |
TableSequenceDefinition
Purpose: Allow a generic way of creating sequences on the different platforms,
and allow optional parameters to be specified.
|
class |
TimesTenSequenceDefinition |
class |
ViewDefinition
Purpose: Allow for creation of views.
|
Modifier and Type | Method and Description |
---|---|
void |
SchemaManager.createObject(DatabaseObjectDefinition databaseObjectDefinition)
Use the definition object to create the schema entity on the database.
|
void |
SchemaManager.dropObject(DatabaseObjectDefinition databaseObjectDefinition)
Use the definition object to drop the schema entity from the database.
|
void |
SchemaManager.replaceObject(DatabaseObjectDefinition databaseDefinition)
Use the definition object to drop and recreate the schema entity on the database.
|
Copyright © 2022. All rights reserved.