public interface Sequence extends DatabaseObject
| Modifier and Type | Method and Description |
|---|---|
long |
getIncrement()
Gets the increment of the sequence.
|
java.math.BigInteger |
getMaximumValue()
Gets the maximum value of the sequence.
|
java.math.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, getName, toUniqueLookupKeygetAttribute, getAttribute, getAttributes, hasAttribute, lookupAttribute, removeAttribute, setAttributegetRemarks, hasRemarkslong getIncrement()
java.math.BigInteger getMaximumValue()
java.math.BigInteger getMinimumValue()
boolean isCycle()
Copyright © 2000-2018 Sualeh Fatehi. All rights reserved.