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, waitsetNextValuepublic int getCurrentValue(Connection connection, String sequenceName) throws SqlResourceException
SequenceManagergetCurrentValue in interface SequenceManagerSqlResourceExceptionCopyright © 2011-2018 restSQL Project Contributors