Interface DatabaseOperationResult

All Superinterfaces:
OperationResult
All Known Implementing Classes:
CleanResult, ValidationResult

public interface DatabaseOperationResult extends OperationResult
A specialization of the OperationResult that always affects a database, either the default one or a named other.
Since:
1.2.0
Author:
Michael J. Simons
Soundtrack
Die Krupps - Paradise Now
  • Method Details

    • getAffectedDatabase

      Optional<String> getAffectedDatabase()
      Returns:
      the optional name of the database clean, an empty optional indicates the default database