void |
AlterSequenceStartWith.apply(java.lang.Integer priorVersion,
ISchemaAdapter target,
SchemaApplyContext context) |
|
void |
AlterSequenceStartWith.apply(ISchemaAdapter target,
SchemaApplyContext context) |
|
void |
AlterTableAddColumn.apply(java.lang.Integer priorVersion,
ISchemaAdapter target,
SchemaApplyContext context) |
|
void |
AlterTableAddColumn.apply(ISchemaAdapter target,
SchemaApplyContext context) |
|
void |
AlterTableIdentityCache.apply(java.lang.Integer priorVersion,
ISchemaAdapter target,
SchemaApplyContext context) |
|
void |
AlterTableIdentityCache.apply(ISchemaAdapter target,
SchemaApplyContext context) |
|
void |
CreateIndex.apply(java.lang.Integer priorVersion,
ISchemaAdapter target,
SchemaApplyContext context) |
|
void |
CreateIndex.apply(ISchemaAdapter target,
SchemaApplyContext context) |
|
void |
FunctionDef.apply(java.lang.Integer priorVersion,
ISchemaAdapter target,
SchemaApplyContext context) |
|
void |
FunctionDef.apply(ISchemaAdapter target,
SchemaApplyContext context) |
|
void |
IDatabaseObject.apply(java.lang.Integer priorVersion,
ISchemaAdapter target,
SchemaApplyContext context) |
Apply migration logic to bring the target database to the current level of this object
|
void |
IDatabaseObject.apply(ISchemaAdapter target,
SchemaApplyContext context) |
Apply the DDL for this object to the target database
|
void |
NopObject.apply(java.lang.Integer priorVersion,
ISchemaAdapter target,
SchemaApplyContext context) |
|
void |
NopObject.apply(ISchemaAdapter target,
SchemaApplyContext context) |
|
void |
ObjectGroup.apply(java.lang.Integer priorVersion,
ISchemaAdapter target,
SchemaApplyContext context) |
|
void |
ObjectGroup.apply(ISchemaAdapter target,
SchemaApplyContext context) |
|
void |
PhysicalDataModel.apply(ISchemaAdapter target,
SchemaApplyContext context) |
Apply the entire model to the target in order
|
void |
ProcedureDef.apply(java.lang.Integer priorVersion,
ISchemaAdapter target,
SchemaApplyContext context) |
|
void |
ProcedureDef.apply(ISchemaAdapter target,
SchemaApplyContext context) |
|
void |
Sequence.apply(java.lang.Integer priorVersion,
ISchemaAdapter target,
SchemaApplyContext context) |
|
void |
Sequence.apply(ISchemaAdapter target,
SchemaApplyContext context) |
|
void |
Table.apply(java.lang.Integer priorVersion,
ISchemaAdapter target,
SchemaApplyContext context) |
|
void |
Table.apply(ISchemaAdapter target,
SchemaApplyContext context) |
|
void |
Tablespace.apply(java.lang.Integer priorVersion,
ISchemaAdapter target,
SchemaApplyContext context) |
|
void |
Tablespace.apply(ISchemaAdapter target,
SchemaApplyContext context) |
|
void |
View.apply(java.lang.Integer priorVersion,
ISchemaAdapter target,
SchemaApplyContext context) |
|
void |
View.apply(ISchemaAdapter target,
SchemaApplyContext context) |
|
void |
PhysicalDataModel.applyFunctions(ISchemaAdapter adapter,
SchemaApplyContext context) |
Apply all the functions in the order in which they were added to the model
|
void |
PhysicalDataModel.applyProcedures(ISchemaAdapter adapter,
SchemaApplyContext context) |
Apply all the procedures in the order in which they were added to the model
|
void |
BaseObject.applyTx(ISchemaAdapter target,
SchemaApplyContext context,
ITransactionProvider tp,
IVersionHistoryService vhs) |
|
void |
DatabaseObject.applyTx(ISchemaAdapter target,
SchemaApplyContext context,
ITransactionProvider tp,
IVersionHistoryService vhs) |
|
void |
IDatabaseObject.applyTx(ISchemaAdapter target,
SchemaApplyContext context,
ITransactionProvider cp,
IVersionHistoryService vhs) |
Apply the DDL, but within its own transaction
|
void |
NopObject.applyTx(ISchemaAdapter target,
SchemaApplyContext context,
ITransactionProvider tp,
IVersionHistoryService vhs) |
|
void |
BaseObject.applyVersion(ISchemaAdapter target,
SchemaApplyContext context,
IVersionHistoryService vhs) |
|
void |
DatabaseObject.applyVersion(ISchemaAdapter target,
SchemaApplyContext context,
IVersionHistoryService vhs) |
Apply the change, but only if it has a newer version than we already have
recorded in the database
|
void |
IDatabaseObject.applyVersion(ISchemaAdapter target,
SchemaApplyContext context,
IVersionHistoryService vhs) |
Apply the change, but only if it has a newer version than we already have
recorded in the database
|
void |
ObjectGroup.applyVersion(ISchemaAdapter target,
SchemaApplyContext context,
IVersionHistoryService vhs) |
|
void |
PhysicalDataModel.applyWithHistory(ISchemaAdapter target,
SchemaApplyContext context,
IVersionHistoryService vhs) |
Apply all the objects linearly, but using the version history service to determine
what's new and what already exists
|
ITaskGroup |
BaseObject.collect(ITaskCollector tc,
ISchemaAdapter target,
SchemaApplyContext context,
ITransactionProvider tp,
IVersionHistoryService vhs) |
|
ITaskGroup |
IDatabaseObject.collect(ITaskCollector tc,
ISchemaAdapter target,
SchemaApplyContext context,
ITransactionProvider tp,
IVersionHistoryService vhs) |
Collect the tasks into a dependency tree so that they can be
executed concurrently (but in the right order)
|
void |
PhysicalDataModel.collect(ITaskCollector tc,
ISchemaAdapter target,
SchemaApplyContext context,
ITransactionProvider tp,
IVersionHistoryService vhs) |
Collect all the database objects we know of, describing their
interdependencies so that the task collector implementation can
execute them in parallel.
|
ITaskGroup |
Tablespace.collect(ITaskCollector tc,
ISchemaAdapter target,
SchemaApplyContext context,
ITransactionProvider tp,
IVersionHistoryService vhs) |
|