public class DatabaseFunctionType extends LiquibaseDataType
PRIORITY_DATABASE, PRIORITY_DEFAULT| Constructor and Description |
|---|
DatabaseFunctionType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
objectToSql(java.lang.Object value,
Database database)
Returns the value object in a format to include in SQL.
|
addParameter, equals, getAdditionalInformation, getAliases, getMaxParameters, getMinParameters, getName, getParameters, getPriority, hashCode, isCurrentDateTimeFunction, setAdditionalInformation, sqlToObject, supports, toDatabaseDataType, toString, validatepublic java.lang.String objectToSql(java.lang.Object value,
Database database)
LiquibaseDataTypeobjectToSql in class LiquibaseDataType