Class and Description |
---|
SchemaManager
Purpose: Define all user level protocol for development time database manipulation.
|
Class and Description |
---|
FieldDefinition
Purpose: Define a database field definition for creation within a table.
|
Class and Description |
---|
FieldDefinition
Purpose: Define a database field definition for creation within a table.
|
Class and Description |
---|
DatabaseObjectDefinition
Purpose: Define a database object for the purpose of creation and deletion.
|
FieldDefinition
Purpose: Define a database field definition for creation within a table.
|
ForeignKeyConstraint
Purpose: Define a foreign key from one table to another.
|
OracleSequenceDefinition
Purpose: Support Oracle native sequence creation.
|
PopulationManager
Purpose: This class is used to populate example data into the database, it allows for cirrcular references to be resolved.
|
SchemaManager
Purpose: Define all user level protocol for development time database manipulation.
|
SequenceDefinition
Purpose: Allow a generic way of creating sequences on the different platforms,
and allow optional parameters to be specified.
|
TableCreator
Purpose: This class is reponsible for creating the tables defined in the project.
|
TableDefinition
Purpose: Allow a generic way of creating tables on the different platforms.
|
UniqueKeyConstraint
Purpose: Define a unique key constraint for a table.
|
Copyright © 2023. All rights reserved.