Package liquibase.statement
Class DatabaseFunction
- java.lang.Object
-
- liquibase.statement.DatabaseFunction
-
- Direct Known Subclasses:
SequenceCurrentValueFunction,SequenceNextValueFunction
public class DatabaseFunction extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringCURRENT_DATE_TIME_PLACE_HOLDERString value used for comparison.
-
Constructor Summary
Constructors Constructor Description DatabaseFunction(String value)DatabaseFunction(String schemaName, String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetSchemaName()StringgetValue()inthashCode()voidsetSchemaName(String schemaName)StringtoString()
-
-
-
Field Detail
-
CURRENT_DATE_TIME_PLACE_HOLDER
public static final String CURRENT_DATE_TIME_PLACE_HOLDER
String value used for comparison. If a function matches this value then it should be replaces by the real current timestamp function.- See Also:
- Constant Field Values
-
-