public interface SchemaHelper
| Modifier and Type | Method and Description |
|---|---|
void |
createSchema()
Creates the schema in the database.
|
boolean |
databaseContainsExistingData(Connection connection) |
void |
updateSchemaIfNeeded()
If there are any updates to the Schema needed, do them.
|
void updateSchemaIfNeeded()
throws OperationFailedException
OperationFailedExceptionvoid createSchema()
throws OperationFailedException
OperationFailedExceptionboolean databaseContainsExistingData(Connection connection)
Copyright © 2024 Atlassian. All rights reserved.