AstVisitor, Query, SequenceFinalStep, SequenceOwnerStepSequenceAsStep, SequenceCacheStep, SequenceIncrementStep, SequenceMaxValueStep, SequenceMinValueStep, SequenceStartStepSequenceImplpublic interface SequenceCycleStep extends SequenceOwnerStep
| Modifier and Type | Method | Description |
|---|---|---|
SequenceOwnerStep |
cycle() |
The sequence wraps around when it achieves the maxvalue or minvalue.
|
SequenceOwnerStep |
noCycle() |
When sequence is reached to maximum or minimum value, the attempt to call
nextval will return an error. |
assemblebuildPreparedStatement, sqlownedBy, ownedBy, ownedByNoneSequenceOwnerStep cycle()
SequenceOwnerStep noCycle()
nextval will return an error.