public abstract class AbstractSequenceManager extends Object implements SequenceManager
Constructor and Description |
---|
AbstractSequenceManager() |
Modifier and Type | Method and Description |
---|---|
int |
getCurrentValue(Connection connection,
String sequenceName)
Retrieves current sequence value.
|
abstract String |
getCurrentValueSql(String sequenceName) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
setNextValue
public int getCurrentValue(Connection connection, String sequenceName) throws SqlResourceException
SequenceManager
getCurrentValue
in interface SequenceManager
SqlResourceException
Copyright © 2011-2018 restSQL Project Contributors