diff options
Diffstat (limited to 'db/docs/api_c/dbc_count.html')
-rw-r--r-- | db/docs/api_c/dbc_count.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/db/docs/api_c/dbc_count.html b/db/docs/api_c/dbc_count.html index 28164ea8d..42eac1b51 100644 --- a/db/docs/api_c/dbc_count.html +++ b/db/docs/api_c/dbc_count.html @@ -1,5 +1,5 @@ <!--$Id: dbc_count.so,v 10.25 2004/08/13 03:38:56 bostic Exp $--> -<!--Copyright 1997-2004 by Sleepycat Software, Inc.--> +<!--Copyright 1997-2006 by Oracle Corporation--> <!--All rights reserved.--> <!--See the file LICENSE for redistribution information.--> <html> @@ -36,7 +36,7 @@ and 0 on success. <h3>Parameters</h3> <dl compact> <dt><b>countp</b><dd>The <b>countp</b> parameter references memory into which - the count of the number of duplicate data items is copied. + the count of the number of duplicate data items is copied. <dt><b>flags</b><dd>The <b>flags</b> parameter is currently unused, and must be set to 0. </dl> <h3>Errors</h3> @@ -45,6 +45,7 @@ may fail and return one of the following non-zero errors:</p> <dl compact> <dt>DB_REP_HANDLE_DEAD<dd>The database handle has been invalidated because a replication election unrolled a committed transaction. +<dt>DB_REP_LOCKOUT<dd>The operation was blocked by client/master synchronization. </dl> <dl compact> <dt>EINVAL<dd>If the cursor has not been initialized; or if an @@ -59,6 +60,6 @@ invalid flag value or parameter was specified. <table width="100%"><tr><td><br></td><td align=right> <a href="../api_c/api_core.html"><img src="../images/api.gif" alt="API"></a><a href="../ref/toc.html"><img src="../images/ref.gif" alt="Ref"></a> </td></tr></table> -<p><font size=1><a href="../sleepycat/legal.html">Copyright (c) 1996-2004</a> <a href="http://www.sleepycat.com">Sleepycat Software, Inc.</a> - All rights reserved.</font> +<p><font size=1>Copyright (c) 1996-2006 Oracle Corporation - All rights reserved.</font> </body> </html> |