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 String
CURRENT_DATE_TIME_PLACE_HOLDER
String 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 boolean
equals(Object obj)
String
getSchemaName()
String
getValue()
int
hashCode()
void
setSchemaName(String schemaName)
String
toString()
-
-
-
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
-
-