Interface SchemaHelper
- All Known Implementing Classes:
LiquibaseSchemaHelper
public interface SchemaHelper
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Creates the schema in the database.boolean
databaseContainsExistingData
(Connection connection) void
If there are any updates to the Schema needed, do them.
-
Method Details
-
updateSchemaIfNeeded
If there are any updates to the Schema needed, do them.- Throws:
OperationFailedException
-
createSchema
Creates the schema in the database. This will try to drop and create the schema.- Throws:
OperationFailedException
-
databaseContainsExistingData
-