|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectliquibase.statement.DatabaseFunction
liquibase.statement.SequenceNextValueFunction
public class SequenceNextValueFunction
Represents a function for getting the next value from a sequence
Field Summary |
---|
Fields inherited from class liquibase.statement.DatabaseFunction |
---|
CURRENT_DATE_TIME_PLACE_HOLDER |
Constructor Summary | |
---|---|
SequenceNextValueFunction()
|
|
SequenceNextValueFunction(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 |
---|
public SequenceNextValueFunction()
public SequenceNextValueFunction(String sequenceName)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |