Interface IDatabaseIntegrityChecker
- All Known Implementing Classes:
DatabaseIntegrityCheckerService
public interface IDatabaseIntegrityChecker
Provide a Database Integrity checker interface.
- Since:
- 23.04.0
-
Method Summary
Modifier and TypeMethodDescriptioncheck the database Indexes integrity and return nonexistent indexes.check the database integrity and return all invalid records.
-
Method Details
-
checkRelations
check the database integrity and return all invalid records.- Returns:
- the list of invalid records
-
checkIndexes
check the database Indexes integrity and return nonexistent indexes.- Returns:
- Nonexistent Indexes
-