SqlMigrationService.Update Interface
Implements
public static interface SqlMigrationService.Update
extends WithTags
The template for SqlMigrationService update.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Sql |
apply()
Executes the update request. |
|
abstract
Sql |
apply(Context context)
Executes the update request. |
Method Details
apply
public abstract SqlMigrationService apply()
Executes the update request.
Returns:
apply
public abstract SqlMigrationService apply(Context context)
Executes the update request.
Parameters:
Returns: