Interface DbIntegrityValidator

All Known Implementing Classes:
DefaultDbIntegrityValidatorImpl

public interface DbIntegrityValidator
Defines the operations to validate a database.
Author:
joseross
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    store(Connection connection)
    Generates the validator value for a new database.
    void
    validate(Connection connection)
    Checks the validation value for an existing database.