liquibase.statement
Class SequenceCurrentValueFunction

java.lang.Object
  extended by liquibase.statement.DatabaseFunction
      extended by liquibase.statement.SequenceCurrentValueFunction

public class SequenceCurrentValueFunction
extends DatabaseFunction

Represents a function for getting the current value from a sequence


Field Summary
 
Fields inherited from class liquibase.statement.DatabaseFunction
CURRENT_DATE_TIME_PLACE_HOLDER
 
Constructor Summary
SequenceCurrentValueFunction(String sequenceName)
           
 
Method Summary
 
Methods inherited from class liquibase.statement.DatabaseFunction
equals, getValue, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SequenceCurrentValueFunction

public SequenceCurrentValueFunction(String sequenceName)


Copyright © 2016 Liquibase.org. All rights reserved.