Class SequenceDescriptor

All Implemented Interfaces:
Dependable, Dependent, Provider

public class SequenceDescriptor extends PrivilegedSQLObject implements Provider, Dependent
This class is used by rows in the SYS.SYSSEQUENCES system table. See the header comment of SYSSEQUENCESRowFactory for the contract of that table. In particular, if the CURRENTVALUE column is null, then the sequence has been exhausted and no more values can be generated from it.