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