org.clazzes.jdbc2xml.schema
Interface ISchemaUpdateSnippet
public interface ISchemaUpdateSnippet
This interface encapsulates a schema update part, which increments the
schema version.
getTargetVersion
String getTargetVersion()
- Returns:
- The target version after the update.
getUpdateComment
String getUpdateComment()
- Returns:
- The update comment to be added to the database.
performUpdate
void performUpdate(ISchemaEngine schemaEngine)
throws SQLException
- Perform the schema update.
- Parameters:
schemaEngine
- The JDBC connection.
- Throws:
SQLException
Copyright © 2012. All Rights Reserved.