public class Sequence extends Object
| Modifier and Type | Field and Description |
|---|---|
protected SimpleJdbc |
simpleJdbc |
| Constructor and Description |
|---|
Sequence(AbstractDb db,
String name) |
| Modifier and Type | Method and Description |
|---|---|
Long |
fetchSequence(boolean nextValue) |
Long |
fetchSequenceCurrentValue() |
Long |
fetchSequenceNextValue() |
String |
getName() |
protected SimpleJdbc simpleJdbc
public Sequence(AbstractDb db, String name)
Copyright © 2019. All rights reserved.