Interface SchemaHelper
public interface SchemaHelper
-
Method Summary
Modifier and TypeMethodDescriptionvoidCreates the schema in the database.booleandatabaseContainsExistingData(Connection connection) voidIf 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
-