public interface Sequence extends DatabaseObject
| Modifier and Type | Method and Description |
|---|---|
long |
getIncrement()
Gets the increment of the sequence.
|
BigInteger |
getMaximumValue()
Gets the maximum value of the sequence.
|
BigInteger |
getMinimumValue()
Gets the minimum value of the sequence.
|
BigInteger |
getStartValue()
Gets the start value of the sequence.
|
boolean |
isCycle()
Indicates whether or not the sequence can continue to generate values after reaching its
maximum or minimum value.
|
getSchema, withQuotinggetFullName, getName, keycompareTogetAttribute, getAttribute, getAttributes, hasAttribute, lookupAttribute, removeAttribute, setAttributegetRemarks, hasRemarks, setRemarkslong getIncrement()
BigInteger getMaximumValue()
BigInteger getMinimumValue()
BigInteger getStartValue()
boolean isCycle()
Copyright © 2000-2024 Sualeh Fatehi. All rights reserved.