Package | Description |
---|---|
liquibase.change |
The change package contains the available database "changes".
|
liquibase.change.core | |
liquibase.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 | 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 © 2017 Liquibase.org. All rights reserved.