Edit File: seq_initial_value.html
<!--$Id: seq_initial_value.so,v 1.6 2004/11/29 15:30:23 bostic Exp $--> <!--Copyright (c) 1997,2008 Oracle. All rights reserved.--> <!--See the file LICENSE for redistribution information.--> <html> <head> <title>Berkeley DB: DbSequence::initial_value</title> <meta name="description" content="Berkeley DB: An embedded database programmatic toolkit."> <meta name="keywords" content="embedded,database,programmatic,toolkit,btree,hash,hashing,transaction,transactions,locking,logging,access method,access methods,Java,C,C++"> </head> <body bgcolor=white> <table width="100%"><tr valign=top> <td> <b>DbSequence::initial_value</b> </td> <td align=right> <a href="../../db4-devel-4.7.25/api_cxx/api_core.html"><img src="../../db4-devel-4.7.25/images/api.gif" alt="API"></a> <a href="../../db4-devel-4.7.25/ref/toc.html"><img src="../../db4-devel-4.7.25/images/ref.gif" alt="Ref"></a></td> </tr></table> <hr size=1 noshade> <tt> <b><pre> #include <db_cxx.h> <p> int DbSequence::initial_value(db_seq_t value); </pre></b> <hr size=1 noshade> <b>Description: DbSequence::initial_value</b> <p>Set the initial value for a sequence. This call is only effective when the sequence is being created.</p> <p>The DbSequence::initial_value method may not be called after the <a href="../../db4-devel-4.7.25/api_cxx/seq_open.html">DbSequence::open</a> method is called.</p> <p>The DbSequence::initial_value method either returns a non-zero error value or throws an exception that encapsulates a non-zero error value on failure, and returns 0 on success. </p> <b>Parameters</b> <br> <b>value</b><ul compact><li>The initial value to set.</ul> <br> <br><b>Errors</b> <p>The DbSequence::initial_value method may fail and throw <a href="../../db4-devel-4.7.25/api_cxx/except_class.html">DbException</a>, encapsulating one of the following non-zero errors, or return one of the following non-zero errors:</p> <br> <b>EINVAL</b><ul compact><li>An invalid flag value or parameter was specified.</ul> <br> <hr size=1 noshade> <br><b>Class</b> <a href="../../db4-devel-4.7.25/api_cxx/seq_class.html">DbSequence</a> <br><b>See Also</b> <a href="../../db4-devel-4.7.25/api_cxx/seq_list.html">Sequences and Related Methods</a> </tt> <table width="100%"><tr><td><br></td><td align=right> <a href="../../db4-devel-4.7.25/api_cxx/api_core.html"><img src="../../db4-devel-4.7.25/images/api.gif" alt="API"></a><a href="../../db4-devel-4.7.25/ref/toc.html"><img src="../../db4-devel-4.7.25/images/ref.gif" alt="Ref"></a> </td></tr></table> <p><font size=1>Copyright (c) 1996,2008 Oracle. All rights reserved.</font> </body> </html>
Back to File Manager