Berkeley DB: Sequences and Related Methods

Sequences and Related MethodsDescription
DbSequenceCreate a sequence handle
DbSequence::closeClose a sequence
DbSequence::getGet the next sequence element(s)
DbSequence::get_dbpReturn a handle for the underlying sequence database
DbSequence::get_keyReturn the key for a sequence
DbSequence::initial_valueSet the initial value of a sequence
DbSequence::openOpen a sequence
DbSequence::removeRemove a sequence
DbSequence::statReturn sequence statistics
Sequences Configuration
DbSequence::set_cachesizeSet the cache size of a sequence
DbSequence::set_flagsSet the flags for a sequence
DbSequence::set_rangeSet the range for a sequence

Copyright (c) 1996,2008 Oracle. All rights reserved.