Uses of Class
liquibase.statement.DatabaseFunction
Packages that use 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
Methods in liquibase.change that return DatabaseFunctionModifier 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.Methods in liquibase.change with parameters of type DatabaseFunctionModifier and TypeMethodDescriptionColumnConfig.setDefaultValueComputed
(DatabaseFunction defaultValueComputed) ColumnConfig.setValueComputed
(DatabaseFunction valueComputed) -
Uses of DatabaseFunction in liquibase.change.core
Methods in liquibase.change.core that return DatabaseFunction -
Uses of DatabaseFunction in liquibase.database
Fields in liquibase.database with type parameters of type DatabaseFunctionModifier and TypeFieldDescriptionprotected List<DatabaseFunction>
AbstractJdbcDatabase.dateFunctions
Methods in liquibase.database that return types with arguments of type DatabaseFunctionModifier and TypeMethodDescriptionAbstractJdbcDatabase.getDateFunctions()
Database.getDateFunctions()
Returns list of database native date functionsMethods in liquibase.database with parameters of type DatabaseFunctionModifier 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
Methods in liquibase.database.core that return types with arguments of type DatabaseFunctionMethods in liquibase.database.core with parameters of type DatabaseFunctionModifier and TypeMethodDescriptionMockDatabase.generateDatabaseFunctionValue
(DatabaseFunction databaseFunction) MySQLDatabase.generateDatabaseFunctionValue
(DatabaseFunction databaseFunction) OracleDatabase.generateDatabaseFunctionValue
(DatabaseFunction databaseFunction) -
Uses of DatabaseFunction in liquibase.datatype
Methods in liquibase.datatype with parameters of type DatabaseFunctionModifier and TypeMethodDescriptionprotected String
LiquibaseDataType.functionToSql
(DatabaseFunction function, Database database) -
Uses of DatabaseFunction in liquibase.statement
Subclasses of DatabaseFunction in liquibase.statementModifier and TypeClassDescriptionclass
Represents a function for getting the current value from a sequenceclass
Represents a function for getting the next value from a sequence