1<!--$Id: seq_list.so,v 1.2 2004/08/18 02:34:52 bostic Exp $-->
2<!--Copyright (c) 1997,2008 Oracle.  All rights reserved.-->
3<!--See the file LICENSE for redistribution information.-->
4<html>
5<head>
6<title>Berkeley DB: Berkeley DB: Sequences and Related Methods</title>
7<meta name="description" content="Berkeley DB: An embedded database programmatic toolkit.">
8<meta name="keywords" content="embedded,database,programmatic,toolkit,btree,hash,hashing,transaction,transactions,locking,logging,access method,access methods,Java,C,C++">
9</head>
10<body bgcolor=white>
11<p align=center><b>Berkeley DB: Sequences and Related Methods</b></p>
12<!--$Id: m4.methods,v 1.7 2004/11/29 15:34:22 bostic Exp $-->
13<table border=1 align=center>
14<tr><th>Sequences and Related Methods</th><th>Description</th></tr>
15<!--DbSequence::--><tr><td><a href="/api_cxx/seq_class.html">DbSequence</a></td><td>Create a sequence handle</td></tr>
16<!--DbSequence::close--><tr><td><a href="/api_cxx/seq_close.html">DbSequence::close</a></td><td>Close a sequence</td></tr>
17<!--DbSequence::get--><tr><td><a href="/api_cxx/seq_get.html">DbSequence::get</a></td><td>Get the next sequence element(s)</td></tr>
18<!--DbSequence::get_dbp--><tr><td><a href="/api_cxx/seq_open.html">DbSequence::get_dbp</a></td><td>Return a handle for the underlying sequence database</td></tr>
19<!--DbSequence::get_key--><tr><td><a href="/api_cxx/seq_open.html">DbSequence::get_key</a></td><td>Return the key for a sequence</td></tr>
20<!--DbSequence::initial_value--><tr><td><a href="/api_cxx/seq_initial_value.html">DbSequence::initial_value</a></td><td>Set the initial value of a sequence</td></tr>
21<!--DbSequence::open--><tr><td><a href="/api_cxx/seq_open.html">DbSequence::open</a></td><td>Open a sequence</td></tr>
22<!--DbSequence::remove--><tr><td><a href="/api_cxx/seq_remove.html">DbSequence::remove</a></td><td>Remove a sequence</td></tr>
23<!--DbSequence::stat--><tr><td><a href="/api_cxx/seq_stat.html">DbSequence::stat</a></td><td>Return sequence statistics</td></tr>
24<tr><th>Sequences Configuration</th><th><br></th></tr>
25<!--DbSequence::set_cachesize--><tr><td><a href="/api_cxx/seq_set_cachesize.html">DbSequence::set_cachesize</a></td><td>Set the cache size of a sequence</td></tr>
26<!--DbSequence::set_flags--><tr><td><a href="/api_cxx/seq_set_flags.html">DbSequence::set_flags</a></td><td>Set the flags for a sequence</td></tr>
27<!--DbSequence::set_range--><tr><td><a href="/api_cxx/seq_set_range.html">DbSequence::set_range</a></td><td>Set the range for a sequence</td></tr>
28</table>
29<p><font size=1>Copyright (c) 1996,2008 Oracle.  All rights reserved.</font>
30</body>
31</html>
32