Skip navigation links


com.bea.p13n.util.jdbc
Interface Sequencer


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.

See Also
SequencerFactory

Method Summary
 long getNext()
          Gets the next sequence number.

 

Method Detail

getNext

long getNext()
             throws SQLException
Gets the next sequence number.
Throws
SQLException - on error.
SQLException

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.