public interface DbIntegrityValidator
| Modifier and Type | Method and 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.
|
void store(Connection connection) throws SQLException
connection - connection to the databaseSQLException - if there is any connection errorvoid validate(Connection connection) throws EntitlementException, SQLException
connection - connection to the databaseEntitlementException - if the validation failsSQLException - if there is any connection errorCopyright © 2019 CrafterCMS. All rights reserved.