diff options
Diffstat (limited to 'docs/api_reference/CXX/repmgr_site_by_eid.html')
| -rw-r--r-- | docs/api_reference/CXX/repmgr_site_by_eid.html | 35 |
1 files changed, 24 insertions, 11 deletions
diff --git a/docs/api_reference/CXX/repmgr_site_by_eid.html b/docs/api_reference/CXX/repmgr_site_by_eid.html index dabb684b..9a41d787 100644 --- a/docs/api_reference/CXX/repmgr_site_by_eid.html +++ b/docs/api_reference/CXX/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> @@ -44,7 +44,7 @@ int DbEnv::repmgr_site_by_eid(int eid, DB_SITE **sitep </pre> <p> The <code class="methodname">DbEnv::repmgr_site_by_eid()</code> method returns a - DbSite handle based on the site's Environment ID + DbSite handle based on the site's environment ID value. You use the DbSite handle to configure and manage replication sites. </p> @@ -58,7 +58,7 @@ DbEnv::repmgr_site_by_eid(int eid, DB_SITE **sitep </pre> </p> <p> The <code class="methodname">DbEnv::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">DbEnv::repmgr_site_by_eid()</code> <span> @@ -74,7 +74,7 @@ DbEnv::repmgr_site_by_eid(int eid, DB_SITE **sitep </pre> <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idp4567192"></a>Parameters</h3> + <h3 class="title"><a id="idp4631824"></a>Parameters</h3> </div> </div> </div> @@ -82,12 +82,12 @@ DbEnv::repmgr_site_by_eid(int eid, DB_SITE **sitep </pre> <div class="titlepage"> <div> <div> - <h4 class="title"><a id="idp4566544"></a>eid</h4> + <h4 class="title"><a id="idp4631176"></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 DbSite handle. You can obtain a site's EID by using the <a class="xref" href="dbsite_get_eid.html" title="DbSite::get_eid()">DbSite::get_eid()</a> @@ -98,7 +98,7 @@ DbEnv::repmgr_site_by_eid(int eid, DB_SITE **sitep </pre> <div class="titlepage"> <div> <div> - <h4 class="title"><a id="idp4548176"></a>sitep</h4> + <h4 class="title"><a id="idp4597304"></a>sitep</h4> </div> </div> </div> @@ -112,7 +112,7 @@ DbEnv::repmgr_site_by_eid(int eid, DB_SITE **sitep </pre> <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idp4546912"></a>Errors</h3> + <h3 class="title"><a id="idp4558304"></a>Errors</h3> </div> </div> </div> @@ -131,7 +131,20 @@ DbEnv::repmgr_site_by_eid(int eid, DB_SITE **sitep </pre> <div class="titlepage"> <div> <div> - <h4 class="title"><a id="idp4573504"></a>EINVAL</h4> + <h4 class="title"><a id="idp4638400"></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="idp4639696"></a>EINVAL</h4> </div> </div> </div> @@ -145,7 +158,7 @@ DbEnv::repmgr_site_by_eid(int eid, DB_SITE **sitep </pre> <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idp4572424"></a>Class</h3> + <h3 class="title"><a id="idp4615136"></a>Class</h3> </div> </div> </div> @@ -157,7 +170,7 @@ DbEnv::repmgr_site_by_eid(int eid, DB_SITE **sitep </pre> <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idp4574800"></a>See Also</h3> + <h3 class="title"><a id="idp4622752"></a>See Also</h3> </div> </div> </div> |
