Package migratedb.v1.core.api.callback


package migratedb.v1.core.api.callback
Interfaces for MigrateDB lifecycle callbacks.
  • Class
    Description
    Base implementation of Callback from which one can inherit.
    This is the main callback interface that should be implemented to handle MigrateDB lifecycle events.
    The context relevant to an event.
    An error that occurred while executing a statement.
     
    The statement relevant to an event.
    A warning that occurred while executing a statement.