Interface IDatabaseIntegrityChecker

All Known Implementing Classes:
DatabaseIntegrityCheckerService

public interface IDatabaseIntegrityChecker
Provide a Database Integrity checker interface.
Since:
23.04.0
  • Method Summary

    Modifier and Type
    Method
    Description
    check the database Indexes integrity and return nonexistent indexes.
    check the database integrity and return all invalid records.
  • Method Details

    • checkRelations

      List<String> checkRelations()
      check the database integrity and return all invalid records.
      Returns:
      the list of invalid records
    • checkIndexes

      List<String> checkIndexes()
      check the database Indexes integrity and return nonexistent indexes.
      Returns:
      Nonexistent Indexes