public class VersionStrategy extends Object
Modifier and Type | Field and Description |
---|---|
static String |
APPLIED_DATE_COLUMN |
static String |
DURATION_COLUMN |
static String |
VERSION_COLUMN |
static String |
VERSION_TABLE |
Constructor and Description |
---|
VersionStrategy() |
Modifier and Type | Method and Description |
---|---|
void |
createSchemaVersionTable(DatabaseType dbType) |
List<String> |
getAppliedMigrations() |
void |
recordMigration(String version,
Date startTime,
long duration) |
boolean |
versionTableExists() |
public static final String VERSION_TABLE
public static final String VERSION_COLUMN
public static final String APPLIED_DATE_COLUMN
public static final String DURATION_COLUMN
public void createSchemaVersionTable(DatabaseType dbType)
public boolean versionTableExists()
Copyright © 2019 JavaLite. All rights reserved.