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.
|
getSchema
getFullName, getLookupKey, getName
compareTo
getAttribute, getAttribute, getAttributes, hasAttribute, lookupAttribute, removeAttribute, setAttribute
getRemarks, hasRemarks
long getIncrement()
BigInteger getMaximumValue()
BigInteger getMinimumValue()
boolean isCycle()
Copyright © 2000-2017 Sualeh Fatehi. All rights reserved.