int db::Sequence::get_next_value ( db_uint value  ) 

Retrieve the next number in the sequence.

Each value returned by get_next_value is unique and will never be returned again by a subsequent call, regardless of whether current the transaction is committed or aborted.

Precondition:
A transaction has been started.
Parameters:
value Variable to hold the next number.
Returns:


Copyright © 2005-2008 ITTIA®. All rights reserved.