| Package | Description |
|---|---|
| au.id.simo.dbversion | |
| au.id.simo.dbversion.xml |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTask
Created by IntelliJ IDEA.
|
class |
DataTask
Created by IntelliJ IDEA.
|
class |
SchemaTask
Created by IntelliJ IDEA.
|
class |
SQLFileTask
Useful for inital database set up as it defaults its version to 1
|
class |
SQLTask
Created by IntelliJ IDEA.
|
class |
TransactionTask |
| Modifier and Type | Method and Description |
|---|---|
List<Task> |
TaskListBuilder.getTaskList() |
| Modifier and Type | Method and Description |
|---|---|
void |
DBVersionManager.ensureUptoDate(List<Task> tasklist,
Connection con) |
void |
DBVersionManager.ensureUptoDate(Target target,
List<Task> tasklist,
Connection con) |
void |
DBVersionManager.executeUpgrade(Target target,
Version version,
List<Task> taskList,
Connection con) |
void |
DBVersionManager.executeUpgrade(Version targetVersion,
List<Task> taskList,
Connection con) |
| Modifier and Type | Method and Description |
|---|---|
Task |
TagProcessor.createTask(Element taskRoot)
This method is called by the xml paser when a custom tag is detected.
|
Task |
SQLTaskTagProcessor.createTask(Element taskRoot) |
Task |
ClassTaskTagProcessor.createTask(Element taskRoot) |
| Modifier and Type | Method and Description |
|---|---|
List<Task> |
XMLTaskListBuilder.getTaskList() |
Copyright © 2015. All rights reserved.