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.
|
boolean |
isCycle()
Indicates whether or not the sequence can continue to generate
values after reaching its maximum or minimum value.
|
getSchemagetFullName, getLookupKey, getNamecompareTogetAttribute, getAttribute, getAttributes, hasAttribute, lookupAttribute, removeAttribute, setAttributegetRemarks, hasRemarkslong getIncrement()
BigInteger getMaximumValue()
BigInteger getMinimumValue()
boolean isCycle()
Copyright © 2000-2017 Sualeh Fatehi. All rights reserved.