Uses of Class
liquibase.statement.DatabaseFunction
Package
Description
The change package contains the available database "changes".
Technically, a Change expresses an intention for alter the structure of the Database.
-
Uses of DatabaseFunction in liquibase.change
Modifier and TypeMethodDescriptionColumnConfig.getDefaultValueComputed()
Return the function whose value should generate this column's default.ColumnConfig.getValueComputed()
Return the function this column should be set from.Modifier and TypeMethodDescriptionColumnConfig.setDefaultValueComputed
(DatabaseFunction defaultValueComputed) ColumnConfig.setValueComputed
(DatabaseFunction valueComputed) -
Uses of DatabaseFunction in liquibase.change.core
-
Uses of DatabaseFunction in liquibase.database
Modifier and TypeFieldDescriptionprotected List<DatabaseFunction>
AbstractJdbcDatabase.dateFunctions
Modifier and TypeMethodDescriptionAbstractJdbcDatabase.getDateFunctions()
Database.getDateFunctions()
Returns list of database native date functionsModifier and TypeMethodDescriptionAbstractJdbcDatabase.generateDatabaseFunctionValue
(DatabaseFunction databaseFunction) Database.generateDatabaseFunctionValue
(DatabaseFunction databaseFunction) Some function names are placeholders that need to be replaced with the specific database value. -
Uses of DatabaseFunction in liquibase.database.core
Modifier and TypeMethodDescriptionMockDatabase.generateDatabaseFunctionValue
(DatabaseFunction databaseFunction) MySQLDatabase.generateDatabaseFunctionValue
(DatabaseFunction databaseFunction) OracleDatabase.generateDatabaseFunctionValue
(DatabaseFunction databaseFunction) -
Uses of DatabaseFunction in liquibase.datatype
Modifier and TypeMethodDescriptionprotected String
LiquibaseDataType.functionToSql
(DatabaseFunction function, Database database) -
Uses of DatabaseFunction in liquibase.statement
Modifier and TypeClassDescriptionclass
Represents a function for getting the current value from a sequenceclass
Represents a function for getting the next value from a sequence