| Package | Description |
|---|---|
| liquibase.change |
The change package contains the available database "changes".
|
| liquibase.database | |
| liquibase.database.core | |
| liquibase.util |
| Modifier and Type | Method and Description |
|---|---|
ColumnConfig |
ColumnConfig.setValueDate(String valueDate)
Set the date this column should be set to.
|
| Modifier and Type | Method and Description |
|---|---|
Date |
AbstractJdbcDatabase.parseDate(String dateAsString) |
Date |
Database.parseDate(String dateAsString) |
| Modifier and Type | Method and Description |
|---|---|
Date |
AbstractDb2Database.parseDate(String dateAsString) |
Date |
H2Database.parseDate(String dateAsString) |
Date |
HsqlDatabase.parseDate(String dateAsString) |
| Modifier and Type | Method and Description |
|---|---|
static Date |
NowAndTodayUtil.doNowOrToday(String value,
String colType)
Determines value for "NOW" or "TODAY" prefixed value.
|
Copyright © 2019 Liquibase.org. All rights reserved.