Package | Description |
---|---|
liquibase.change |
The change package contains the available database "changes".
|
liquibase.change.core |
Technically, a Change expresses an intention for alter the structure of the Database.
|
liquibase.database | |
liquibase.database.core | |
liquibase.datatype | |
liquibase.sdk.database | |
liquibase.statement |
Modifier and Type | Method and Description |
---|---|
DatabaseFunction |
ColumnConfig.getDefaultValueComputed()
Return the function whose value should generate this column's default.
|
DatabaseFunction |
ColumnConfig.getValueComputed()
Return the function this column should be set from.
|
Modifier and Type | Method and Description |
---|---|
ColumnConfig |
ColumnConfig.setDefaultValueComputed(DatabaseFunction defaultValueComputed) |
ColumnConfig |
ColumnConfig.setValueComputed(DatabaseFunction valueComputed) |
Modifier and Type | Method and Description |
---|---|
DatabaseFunction |
AddDefaultValueChange.getDefaultValueComputed() |
Modifier and Type | Method and Description |
---|---|
void |
AddDefaultValueChange.setDefaultValueComputed(DatabaseFunction defaultValueComputed) |
Modifier and Type | Field and Description |
---|---|
protected List<DatabaseFunction> |
AbstractJdbcDatabase.dateFunctions |
Modifier and Type | Method and Description |
---|---|
List<DatabaseFunction> |
AbstractJdbcDatabase.getDateFunctions() |
List<DatabaseFunction> |
Database.getDateFunctions()
Returns list of database native date functions
|
Modifier and Type | Method and Description |
---|---|
String |
AbstractJdbcDatabase.generateDatabaseFunctionValue(DatabaseFunction databaseFunction) |
String |
Database.generateDatabaseFunctionValue(DatabaseFunction databaseFunction)
Some function names are placeholders that need to be replaced with the specific database value.
|
Modifier and Type | Method and Description |
---|---|
String |
OracleDatabase.generateDatabaseFunctionValue(DatabaseFunction databaseFunction) |
Modifier and Type | Method and Description |
---|---|
protected String |
LiquibaseDataType.functionToSql(DatabaseFunction function,
Database database) |
Modifier and Type | Method and Description |
---|---|
List<DatabaseFunction> |
MockDatabase.getDateFunctions() |
Modifier and Type | Method and Description |
---|---|
String |
MockDatabase.generateDatabaseFunctionValue(DatabaseFunction databaseFunction) |
Modifier and Type | Class and Description |
---|---|
class |
SequenceCurrentValueFunction
Represents a function for getting the current value from a sequence
|
class |
SequenceNextValueFunction
Represents a function for getting the next value from a sequence
|
Copyright © 2019 Liquibase.org. All rights reserved.