Berkeley DB: Sequences and Related Methods
| Sequences and Related Methods | Description | 
|---|---|
| DbSequence | Create a sequence handle | 
| DbSequence::close | Close a sequence | 
| DbSequence::get | Get the next sequence element(s) | 
| DbSequence::get_dbp | Return a handle for the underlying sequence database | 
| DbSequence::get_key | Return the key for a sequence | 
| DbSequence::initial_value | Set the initial value of a sequence | 
| DbSequence::open | Open a sequence | 
| DbSequence::remove | Remove a sequence | 
| DbSequence::stat | Return sequence statistics | 
| Sequences Configuration | |
| DbSequence::set_cachesize | Set the cache size of a sequence | 
| DbSequence::set_flags | Set the flags for a sequence | 
| DbSequence::set_range | Set the range for a sequence | 
Copyright (c) 1996,2008 Oracle. All rights reserved.