diff options
Diffstat (limited to 'docs/api_reference/CXX/index.html')
| -rw-r--r-- | docs/api_reference/CXX/index.html | 118 |
1 files changed, 102 insertions, 16 deletions
diff --git a/docs/api_reference/CXX/index.html b/docs/api_reference/CXX/index.html index 7bdfac4c..3a21cc77 100644 --- a/docs/api_reference/CXX/index.html +++ b/docs/api_reference/CXX/index.html @@ -12,7 +12,7 @@ <body> <div xmlns="" class="navheader"> <div class="libver"> - <p>Library Version 11.2.5.3</p> + <p>Library Version 12.1.6.1</p> </div> <table width="100%" summary="Navigation header"> <tr> @@ -30,7 +30,7 @@ <div class="titlepage"> <div> <div> - <h1 class="title"><a id="idm554656"></a>Berkeley DB C++ API Reference</h1> + <h1 class="title"><a id="idm719104"></a>Berkeley DB C++ API Reference</h1> </div> <div class="navtable"> <table border="1" width="80%"> @@ -133,6 +133,18 @@ </tr> <tr> <td> + <a class="xref" href="dbget_partition_callback.html" title="Db::get_partition_callback()">Db::get_partition_callback()</a> + </td> + <td>Return the database partition callback</td> + </tr> + <tr> + <td> + <a class="xref" href="dbget_partition_keys.html" title="Db::get_partition_keys()">Db::get_partition_keys()</a> + </td> + <td>Returns the array of keys used for the database partition</td> + </tr> + <tr> + <td> <a class="xref" href="dbget_type.html" title="Db::get_type()">Db::get_type()</a> </td> <td>Return the database type</td> @@ -497,7 +509,7 @@ <td> <a class="xref" href="envadd_data_dir.html" title="DbEnv::add_data_dir()">DbEnv::add_data_dir()</a> </td> - <td>add an environment data directory</td> + <td>Add an environment data directory</td> </tr> <tr> <td> @@ -627,7 +639,7 @@ </tr> <tr> <td><a class="xref" href="envset_create_dir.html" title="DbEnv::set_create_dir()">DbEnv::set_create_dir()</a>, <a class="xref" href="envget_create_dir.html" title="DbEnv::get_create_dir()">DbEnv::get_create_dir()</a></td> - <td>add an environment data directory</td> + <td>Add an environment data directory</td> </tr> <tr> <td><a class="xref" href="envset_encrypt.html" title="DbEnv::set_encrypt()">DbEnv::set_encrypt()</a>, <a class="xref" href="envget_encrypt_flags.html" title="DbEnv::get_encrypt_flags()">DbEnv::get_encrypt_flags()</a></td> @@ -1179,13 +1191,7 @@ <td> <a class="xref" href="dbchannel_set_timeout.html" title="DbChannel::set_timeout()">DbChannel::set_timeout()</a> </td> - <td>Sets the default timeout for the DB_CHANNEL</td> - </tr> - <tr> - <td> - <a class="xref" href="dbsite_close.html" title="DbSite::close()">DbSite::close()</a> - </td> - <td>Closes the DB_SITE handle</td> + <td>Sets the default timeout for a DB_CHANNEL</td> </tr> <tr> <td> @@ -1197,7 +1203,7 @@ <td> <a class="xref" href="dbsite_get_eid.html" title="DbSite::get_eid()">DbSite::get_eid()</a> </td> - <td>Returns a site's Environment ID</td> + <td>Returns a site's environment ID</td> </tr> <tr> <td> @@ -1257,6 +1263,12 @@ </tr> <tr> <td> + <a class="xref" href="repset_view.html" title="DbEnv::rep_set_view()">DbEnv::rep_set_view()</a> + </td> + <td>Configure the replication view callback</td> + </tr> + <tr> + <td> <a class="xref" href="repstart.html" title="DbEnv::rep_start()">DbEnv::rep_start()</a> </td> <td>Start replication</td> @@ -1295,13 +1307,21 @@ <td> <a class="xref" href="repmgr_msg_dispatch.html" title="DbEnv::repmgr_msg_dispatch()">DbEnv::repmgr_msg_dispatch()</a> </td> - <td>Creates a DB_CHANNEL handle</td> + <td>Configures a DB_CHANNEL's message dispatch function</td> </tr> <tr> <td><a class="xref" href="repmgrset_ack_policy.html" title="DbEnv::repmgr_set_ack_policy()">DbEnv::repmgr_set_ack_policy()</a>, <a class="xref" href="repmgrget_ack_policy.html" title="DbEnv::repmgr_get_ack_policy()">DbEnv::repmgr_get_ack_policy()</a></td> <td>Specify the Replication Manager's client acknowledgement policy</td> </tr> <tr> + <td><a class="xref" href="repmgrset_incoming_queue_max.html" title="DbEnv::repmgr_set_incoming_queue_max()"> + DbEnv::repmgr_set_incoming_queue_max() + </a>, <a class="xref" href="repmgrget_incoming_queue_max.html" title="DbEnv::repmgr_get_incoming_queue_max()"> + DbEnv::repmgr_get_incoming_queue_max() + </a></td> + <td>Configure the Replication Manager incoming queue size limit.</td> + </tr> + <tr> <td> <a class="xref" href="repmgr_site.html" title="DbEnv::repmgr_site()">DbEnv::repmgr_site()</a> </td> @@ -1339,6 +1359,12 @@ </tr> <tr> <td> + <a class="xref" href="dbsite_close.html" title="DbSite::close()">DbSite::close()</a> + </td> + <td>Closes the DB_SITE handle</td> + </tr> + <tr> + <td> <a class="xref" href="envtxn_applied.html" title="DbEnv::txn_applied()">DbEnv::txn_applied()</a> </td> <td>Check if a transaction has been replicated</td> @@ -1516,6 +1542,52 @@ <td>Set transaction timeout</td> </tr> <tr> + <td><a class="xref" href="set_blob_dir.html" title="Db::set_blob_dir()">Db::set_blob_dir()</a>, <a class="xref" href="get_blob_dir.html" title="Db::get_blob_dir()">Db::get_blob_dir()</a></td> + <td>Sets/gets the location where blob data is stored</td> + </tr> + <tr> + <td><a class="xref" href="set_blob_threshold.html" title="Db::set_blob_threshold()">Db::set_blob_threshold()</a>, <a class="xref" href="get_blob_threshold.html" title="Db::get_blob_threshold()">Db::get_blob_threshold()</a></td> + <td>Sets/gets the size when data records are stored as blobs</td> + </tr> + <tr> + <td> + <a class="xref" href="dbstream.html" title="Dbc::db_stream()">Dbc::db_stream()</a> + </td> + <td>Create a BLOB stream</td> + </tr> + <tr> + <td> + <a class="xref" href="dbstream_close.html" title="DbStream::close()">DbStream::close()</a> + </td> + <td>Close a BLOB stream</td> + </tr> + <tr> + <td> + <a class="xref" href="dbstream_read.html" title="DbStream::read()">DbStream::read()</a> + </td> + <td>Read a BLOB stream</td> + </tr> + <tr> + <td> + <a class="xref" href="dbstream_size.html" title="DbStream::size()">DbStream::size()</a> + </td> + <td>Returns the size of a BLOB</td> + </tr> + <tr> + <td> + <a class="xref" href="dbstream_write.html" title="DbStream::write()">DbStream::write()</a> + </td> + <td>Write a BLOB stream</td> + </tr> + <tr> + <td><a class="xref" href="envset_blob_dir.html" title="DbEnv::set_blob_dir()">DbEnv::set_blob_dir()</a>, <a class="xref" href="envget_blob_dir.html" title="DbEnv::get_blob_dir()">DbEnv::get_blob_dir()</a></td> + <td>Sets/gets the location where blob data is stored</td> + </tr> + <tr> + <td><a class="xref" href="envset_blob_threshold.html" title="DbEnv::set_blob_threshold()">DbEnv::set_blob_threshold()</a>, <a class="xref" href="envget_blob_threshold.html" title="DbEnv::get_blob_threshold()">DbEnv::get_blob_threshold()</a></td> + <td>Sets/gets the default size for the environment when BLOBs are used</td> + </tr> + <tr> <td> <a class="xref" href="db_archive.html" title="db_archive">db_archive</a> </td> @@ -1697,6 +1769,14 @@ </tr> <tr> <td> + <a class="xref" href="repmgr_set_incoming_queue_max_parameter.html" title="repmgr_set_incoming_queue_max"> + repmgr_set_incoming_queue_max + </a> + </td> + <td>Configure the Replication Manager incoming queue size limit.</td> + </tr> + <tr> + <td> <a class="xref" href="repmgr_site_parameter.html" title="repmgr_site">repmgr_site</a> </td> <td>Identifies a Replication Manager host.</td> @@ -1721,6 +1801,12 @@ </tr> <tr> <td> + <a class="xref" href="set_data_len_parameter.html" title="set_data_len">set_data_len</a> + </td> + <td>Sets the maximum number of bytes displayed by some utilities.</td> + </tr> + <tr> + <td> <a class="xref" href="set_flags_parameter.html" title="set_flags">set_flags</a> </td> <td>Configures a database environment.</td> @@ -1862,7 +1948,7 @@ </div> <div> <div class="legalnotice"> - <a id="idm1062392"></a> + <a id="idm1223992"></a> <p class="legalnotice-title"> <b>Legal Notice</b> </p> @@ -1892,7 +1978,7 @@ <p> To obtain a copy of this document's original source code, please submit a request to the Oracle Technology Network forum at: - <a class="ulink" href="http://forums.oracle.com/forums/forum.jspa?forumID=271" target="_top">http://forums.oracle.com/forums/forum.jspa?forumID=271</a> + <a class="ulink" href="https://forums.oracle.com/forums/forum.jspa?forumID=271" target="_top">https://forums.oracle.com/forums/forum.jspa?forumID=271</a> </p> @@ -1900,7 +1986,7 @@ </div> </div> <div> - <p class="pubdate">5/11/2012</p> + <p class="pubdate">2/17/2015</p> </div> </div> <hr /> |
