diff options
Diffstat (limited to 'docs/api_reference/C/repmgr_site_by_eid.html')
| -rw-r--r-- | docs/api_reference/C/repmgr_site_by_eid.html | 35 |
1 files changed, 24 insertions, 11 deletions
diff --git a/docs/api_reference/C/repmgr_site_by_eid.html b/docs/api_reference/C/repmgr_site_by_eid.html index b07b52fe..dcb40090 100644 --- a/docs/api_reference/C/repmgr_site_by_eid.html +++ b/docs/api_reference/C/repmgr_site_by_eid.html @@ -14,7 +14,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> @@ -45,7 +45,7 @@ DB_ENV->repmgr_site_by_eid(DB_ENV *env, int eid, DB_SITE **sitep); </pre> <p> The <code class="methodname">DB_ENV->repmgr_site_by_eid()</code> method returns a - DB_SITE handle based on the site's Environment ID + DB_SITE handle based on the site's environment ID value. You use the DB_SITE handle to configure and manage replication sites. </p> @@ -59,7 +59,7 @@ DB_ENV->repmgr_site_by_eid(DB_ENV *env, int eid, </p> <p> The <code class="methodname">DB_ENV->repmgr_site_by_eid()</code> method may - be called at any time after environment open time. + be called at any time after opening the environment. </p> <p> The <code class="methodname">DB_ENV->repmgr_site_by_eid()</code> <span> @@ -73,7 +73,7 @@ DB_ENV->repmgr_site_by_eid(DB_ENV *env, int eid, <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idp62404832"></a>Parameters</h3> + <h3 class="title"><a id="idp4158160"></a>Parameters</h3> </div> </div> </div> @@ -81,12 +81,12 @@ DB_ENV->repmgr_site_by_eid(DB_ENV *env, int eid, <div class="titlepage"> <div> <div> - <h4 class="title"><a id="idp62405304"></a>eid</h4> + <h4 class="title"><a id="idp4158632"></a>eid</h4> </div> </div> </div> <p> - The Environment ID of the site for which you want + The environment ID of the site for which you want to create the DB_SITE handle. You can obtain a site's EID by using the <a class="xref" href="dbsite_get_eid.html" title="DB_SITE->get_eid()">DB_SITE->get_eid()</a> @@ -97,7 +97,7 @@ DB_ENV->repmgr_site_by_eid(DB_ENV *env, int eid, <div class="titlepage"> <div> <div> - <h4 class="title"><a id="idp62408320"></a>sitep</h4> + <h4 class="title"><a id="idp4150136"></a>sitep</h4> </div> </div> </div> @@ -111,7 +111,7 @@ DB_ENV->repmgr_site_by_eid(DB_ENV *env, int eid, <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idp62390912"></a>Errors</h3> + <h3 class="title"><a id="idp4160784"></a>Errors</h3> </div> </div> </div> @@ -128,7 +128,20 @@ DB_ENV->repmgr_site_by_eid(DB_ENV *env, int eid, <div class="titlepage"> <div> <div> - <h4 class="title"><a id="idp62410864"></a>EINVAL</h4> + <h4 class="title"><a id="idp4164632"></a>DB_NOTFOUND</h4> + </div> + </div> + </div> + <p> + Returned if there is no site corresponding to the supplied + <span class="bold"><strong>eid</strong></span> value. + </p> + </div> + <div class="sect3" lang="en" xml:lang="en"> + <div class="titlepage"> + <div> + <div> + <h4 class="title"><a id="idp4158696"></a>EINVAL</h4> </div> </div> </div> @@ -142,7 +155,7 @@ DB_ENV->repmgr_site_by_eid(DB_ENV *env, int eid, <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idp62409784"></a>Class</h3> + <h3 class="title"><a id="idp4163552"></a>Class</h3> </div> </div> </div> @@ -154,7 +167,7 @@ DB_ENV->repmgr_site_by_eid(DB_ENV *env, int eid, <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idp62405368"></a>See Also</h3> + <h3 class="title"><a id="idp4165648"></a>See Also</h3> </div> </div> </div> |
