Package | Description |
---|---|
oracle.toplink.essentials.tools.schemaframework |
Modifier and Type | Method and Description |
---|---|
TableDefinition |
SequenceDefinition.buildTableDefinition()
INTERNAL:
Return a TableDefinition
|
TableDefinition |
TableSequenceDefinition.buildTableDefinition()
INTERNAL:
Return a TableDefinition specifying sequence table.
|
Modifier and Type | Method and Description |
---|---|
void |
TableCreator.addTableDefinition(TableDefinition tableDefinition)
Add the table.
|
void |
FieldDefinition.appendDBString(Writer writer,
AbstractSession session,
TableDefinition table)
INTERNAL:
Append the database field definition string to the table creation statement.
|
void |
SchemaManager.buildFieldTypes(TableDefinition tableDef)
INTERNAL:
builds the field names based on the type read in from the builder
|
protected ForeignKeyConstraint |
TableDefinition.buildForeignKeyConstraint(Vector fkFieldNames,
Vector pkFieldNames,
TableDefinition targetTable,
DatabasePlatform platform)
Build a foriegn key constraint.
|
void |
SchemaManager.createConstraints(TableDefinition tableDefinition)
Use the table definition to add the constraints to the database, this is normally done
in two steps to avoid dependencies.
|
void |
SchemaManager.dropConstraints(TableDefinition tableDefinition)
Use the table definition to drop the constraints from the table, this is normally done
in two steps to avoid dependencies.
|
Copyright © 2024. All rights reserved.