liquibase.statement
Class DatabaseFunction

java.lang.Object
  extended by liquibase.statement.DatabaseFunction
Direct Known Subclasses:
SequenceCurrentValueFunction, SequenceNextValueFunction

public class DatabaseFunction
extends Object


Field Summary
static String CURRENT_DATE_TIME_PLACE_HOLDER
          String value used for comparison.
 
Constructor Summary
DatabaseFunction(String value)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getValue()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

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
Constructor Detail

DatabaseFunction

public DatabaseFunction(String value)
Method Detail

getValue

public String getValue()

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2016 Liquibase.org. All rights reserved.