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
OperationFailedException
void createSchema() throws OperationFailedException
OperationFailedException
boolean databaseContainsExistingData(Connection connection)
Copyright © 2019 Atlassian. All rights reserved.