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


Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.