Package | Description |
---|---|
org.jooq |
The
org.jooq package contains jOOQ's public API. |
Modifier and Type | Method and Description |
---|---|
AlterSequenceFinalStep |
AlterSequenceRestartStep.restart()
Restart the sequence at its initial value.
|
AlterSequenceFinalStep |
AlterSequenceRestartStep.restartWith(T value)
Restart the sequence at a given value.
|
Copyright © 2015. All Rights Reserved.