Sequencer Interface

com.bea.p13n.util.jdbc
Sequencer Interface

public interface Sequencer

This file contains an interface for a unique number sequencer. A sequencer can be used to generate a sequence of unique numbers.

Related Topics

SequencerFactory

Method Summary

public long
getNext()
Gets the next sequence number.

Method Detail

getNext() Method

public long getNext()
throws SQLException
Gets the next sequence number.

Exceptions

SQLException