public interface IDBSequence
Modifier and Type | Method and Description |
---|---|
BigInteger |
getIncrementBy() |
String |
getSequenceName() |
BigInteger |
getStartWith() |
boolean |
isOrdered()
Indicates if sequence is configured to be fully Ordered (see oracle SEQUENCE ORDER).
|
String getSequenceName()
BigInteger getStartWith()
BigInteger getIncrementBy()
boolean isOrdered()
Copyright © 2015. All Rights Reserved.