This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 8a47cd0a2 publish documentation
8a47cd0a2 is described below

commit 8a47cd0a2fd32e5989e22e223b8288e41ff877cf
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 1 04:11:19 2025 +0000

    publish documentation
---
 main/_sources/format/driver_manifests.rst.txt          | 18 +++++++++---------
 main/cpp/api/adbc__driver__manager_8h.html             |  4 ++--
 main/format/driver_manifests.html                      | 18 +++++++++---------
 main/r/adbcbigquery/pkgdown.yml                        |  2 +-
 main/r/adbcdrivermanager/pkgdown.yml                   |  2 +-
 .../reference/adbc_connection_init.html                |  4 ++--
 .../reference/adbc_database_init.html                  |  2 +-
 .../r/adbcdrivermanager/reference/adbc_load_flags.html |  8 ++++----
 .../reference/adbc_statement_init.html                 |  6 +++---
 main/r/adbcdrivermanager/search.json                   |  2 +-
 main/r/adbcflightsql/pkgdown.yml                       |  2 +-
 main/r/adbcpostgresql/pkgdown.yml                      |  2 +-
 main/r/adbcsnowflake/pkgdown.yml                       |  2 +-
 main/r/adbcsqlite/pkgdown.yml                          |  2 +-
 main/searchindex.js                                    |  2 +-
 15 files changed, 38 insertions(+), 38 deletions(-)

diff --git a/main/_sources/format/driver_manifests.rst.txt 
b/main/_sources/format/driver_manifests.rst.txt
index 9efd279dd..60d68eea5 100644
--- a/main/_sources/format/driver_manifests.rst.txt
+++ b/main/_sources/format/driver_manifests.rst.txt
@@ -352,7 +352,7 @@ to control which directories will be searched for 
manifests, with the behavior b
        The type :c:type:`AdbcLoadFlags` is a set of bitflags to control the 
directories to be searched. The flags are
 
        * :c:macro:`ADBC_LOAD_FLAG_SEARCH_ENV` - search the directory paths in 
the environment variable
-         ``ADBC_CONFIG_PATH`` and (when built or installed with conda) search 
in the conda environment
+         ``ADBC_DRIVER_PATH`` and (when built or installed with conda) search 
in the conda environment
        * :c:macro:`ADBC_LOAD_FLAG_SEARCH_USER` - search the user configuration 
directory
        * :c:macro:`ADBC_LOAD_FLAG_SEARCH_SYSTEM` - search the system 
configuration directory
        * :c:macro:`ADBC_LOAD_FLAG_ALLOW_RELATIVE_PATHS` - allow a relative 
path to be provided
@@ -366,7 +366,7 @@ to control which directories will be searched for 
manifests, with the behavior b
        The type ``GADBCLoadFlags`` is a set of bitflags to control the 
directories to be searched. The flags are
 
        * ``GADBC_LOAD_SEARCH_ENV`` - search the directory paths in the 
environment variable
-         ``ADBC_CONFIG_PATH`` and (when built or installed with conda) search 
in the conda environment
+         ``ADBC_DRIVER_PATH`` and (when built or installed with conda) search 
in the conda environment
        * ``GADBC_LOAD_FLAG_SEARCH_USER`` - search the user configuration 
directory
        * ``GADBC_LOAD_FLAG_SEARCH_SYSTEM`` - search the system configuration 
directory
        * ``GADBC_LOAD_FLAG_ALLOW_RELATIVE_PATHS`` - allow a relative path to 
be provided
@@ -383,7 +383,7 @@ to control which directories will be searched for 
manifests, with the behavior b
        or ``NewDatabaseWithContext``. The flags are defined in the 
``drivermgr`` package as constants:
 
        * ``drivermgr.LoadFlagsSearchEnv`` - search the directory paths in the 
environment variable
-         ``ADBC_CONFIG_PATH``
+         ``ADBC_DRIVER_PATH``
        * ``drivermgr.LoadFlagsSearchUser`` - search the user configuration 
directory
        * ``drivermgr.LoadFlagsSearchSystem`` - search the system configuration 
directory
        * ``drivermgr.LoadFlagsAllowRelativePaths`` - allow a relative path to 
be used
@@ -407,7 +407,7 @@ to control which directories will be searched for 
manifests, with the behavior b
        The class ``ADBC::LoadFlags`` is a set of bitflags to control the 
directories to be searched. The flags are
 
        * ``ADBC::LoadFlags::SEARCH_ENV`` - search the directory paths in the 
environment variable
-         ``ADBC_CONFIG_PATH`` and (when built or installed with conda) search 
in the conda environment
+         ``ADBC_DRIVER_PATH`` and (when built or installed with conda) search 
in the conda environment
        * ``ADBC::LoadFlags::SEARCH_USER`` - search the user configuration 
directory
        * ``ADBC::LoadFlags::SEARCH_SYSTEM`` - search the system configuration 
directory
        * ``ADBC::LoadFlags::ALLOW_RELATIVE_PATHS`` - allow a relative path to 
be provided
@@ -424,7 +424,7 @@ to control which directories will be searched for 
manifests, with the behavior b
        the type ``adbc_core::driver_manager::LoadFlags``, which has the 
following constants:
 
        * ``LOAD_FLAG_SEARCH_ENV`` - search the directory paths in the 
environment variable
-         ``ADBC_CONFIG_PATH`` and (when built or installed with conda) search 
in the conda environment
+         ``ADBC_DRIVER_PATH`` and (when built or installed with conda) search 
in the conda environment
        * ``LOAD_FLAG_SEARCH_USER`` - search the user configuration directory
        * ``LOAD_FLAG_SEARCH_SYSTEM`` - search the system configuration 
directory
        * ``LOAD_FLAG_ALLOW_RELATIVE_PATHS`` - allow a relative path to be used
@@ -436,9 +436,9 @@ Unix-like Platforms
 For Unix-like platforms, (e.g. Linux, macOS), the driver manager will search 
the following directories based on the options provided, in
 the given order:
 
-#. If the ``LOAD_FLAG_SEARCH_ENV`` load option is set, then the paths in the 
environment variable ``ADBC_CONFIG_PATH`` will be searched
+#. If the ``LOAD_FLAG_SEARCH_ENV`` load option is set, then the paths in the 
environment variable ``ADBC_DRIVER_PATH`` will be searched
 
-  * ``ADBC_CONFIG_PATH`` is a colon-separated list of directories
+  * ``ADBC_DRIVER_PATH`` is a colon-separated list of directories
 
 #. If additional search paths have been specified, those will be searched
 
@@ -463,9 +463,9 @@ Windows
 Things are slightly different on Windows, where the driver manager will also 
search for driver information in the registry just as
 would happen for ODBC drivers. The search for a manifest on Windows would be 
the following:
 
-#. If the ``LOAD_FLAG_SEARCH_ENV`` load option is set, then the paths in the 
environment variable ``ADBC_CONFIG_PATH`` will be searched
+#. If the ``LOAD_FLAG_SEARCH_ENV`` load option is set, then the paths in the 
environment variable ``ADBC_DRIVER_PATH`` will be searched
 
-  * ``ADBC_CONFIG_PATH`` is a semicolon-separated list of directories
+  * ``ADBC_DRIVER_PATH`` is a semicolon-separated list of directories
 
 #. If additional search paths have been specified, those will be searched
 
diff --git a/main/cpp/api/adbc__driver__manager_8h.html 
b/main/cpp/api/adbc__driver__manager_8h.html
index 9f7519f84..8713def27 100644
--- a/main/cpp/api/adbc__driver__manager_8h.html
+++ b/main/cpp/api/adbc__driver__manager_8h.html
@@ -194,7 +194,7 @@ Functions</h2></td></tr>
 </div><div class="memdoc">
 
 <p>Set an additional manifest search path list for the driver manager. </p>
-<p>This is an extension to the ADBC API. The driver manager shims the 
AdbcDatabase* functions to allow you to specify the driver/entrypoint 
dynamically. This function lets you explicitly set a path list at runtime for 
additional paths to search when looking for a driver manifest. While users can 
add additional paths via the ADBC_CONFIG_PATH environment variable, this allows 
an application to specify search paths at runtime which are not tied to the 
load flags.</p>
+<p>This is an extension to the ADBC API. The driver manager shims the 
AdbcDatabase* functions to allow you to specify the driver/entrypoint 
dynamically. This function lets you explicitly set a path list at runtime for 
additional paths to search when looking for a driver manifest. While users can 
add additional paths via the ADBC_DRIVER_PATH environment variable, this allows 
an application to specify search paths at runtime which are not tied to the 
load flags.</p>
 <p>Calling this function with NULL as the <code>path_list</code> will clear 
any previously set additional search paths. </p>
 
 </div>
@@ -310,7 +310,7 @@ Functions</h2></td></tr>
 <li>If the path has an extension other than <code>.toml</code>, it will 
attempt to load the path as a shared library. Erroring if this fails.</li>
 </ul>
 <p>If the passed in driver_name does not have an extension and is not an 
absolute path:</p><ul>
-<li>The load_options parameter will control whether the driver manager will 
search the environment variable ADBC_CONFIG_PATH and (if built or installed 
with conda) the conda environment, the user-level configuration, and/or the 
system-level configuration for either a manifest file or a shared library.</li>
+<li>The load_options parameter will control whether the driver manager will 
search the environment variable ADBC_DRIVER_PATH and (if built or installed 
with conda) the conda environment, the user-level configuration, and/or the 
system-level configuration for either a manifest file or a shared library.</li>
 <li>For each path to be searched, it will first look for 
&lt;path&gt;/&lt;driver_name&gt;.toml. If that file exists, it will attempt to 
parse the manifest and load the driver specified within it, erroring if this 
fails.</li>
 <li>If the manifest file does not exist, it will then look for 
&lt;path&gt;/&lt;driver_name&gt;.&lt;extension&gt; where &lt;extension&gt; is 
one of the following: <code>.so</code>, <code>.dll</code>, <code>.dylib</code>. 
If it can load that shared library, then success is returned. Otherwise it 
moves to the next directory until the search is either successful, or all 
directories have been searched.</li>
 </ul>
diff --git a/main/format/driver_manifests.html 
b/main/format/driver_manifests.html
index 5eb7cad12..e611cfb0f 100644
--- a/main/format/driver_manifests.html
+++ b/main/format/driver_manifests.html
@@ -748,7 +748,7 @@ C/C++</label><div class="sd-tab-content docutils">
 <p>The type <a class="reference external" 
href="https://arrow.apache.org/adbc/main/cpp/api/adbc__driver__manager_8h.html#aa16189c0130657033e15736baf973d48";
 title="(in ADBC C vversion)"><code class="xref c c-type docutils literal 
notranslate"><span class="pre">AdbcLoadFlags</span></code></a> is a set of 
bitflags to control the directories to be searched. The flags are</p>
 <ul class="simple">
 <li><p><a class="reference external" 
href="https://arrow.apache.org/adbc/main/cpp/api/adbc__driver__manager_8h.html#af7c295dbe97a76960e2187057fa9a10c";
 title="(in ADBC C vversion)"><code class="xref c c-macro docutils literal 
notranslate"><span class="pre">ADBC_LOAD_FLAG_SEARCH_ENV</span></code></a> - 
search the directory paths in the environment variable
-<code class="docutils literal notranslate"><span 
class="pre">ADBC_CONFIG_PATH</span></code> and (when built or installed with 
conda) search in the conda environment</p></li>
+<code class="docutils literal notranslate"><span 
class="pre">ADBC_DRIVER_PATH</span></code> and (when built or installed with 
conda) search in the conda environment</p></li>
 <li><p><a class="reference external" 
href="https://arrow.apache.org/adbc/main/cpp/api/adbc__driver__manager_8h.html#ab2af3e195d718476a218b9ce82ed9898";
 title="(in ADBC C vversion)"><code class="xref c c-macro docutils literal 
notranslate"><span class="pre">ADBC_LOAD_FLAG_SEARCH_USER</span></code></a> - 
search the user configuration directory</p></li>
 <li><p><a class="reference external" 
href="https://arrow.apache.org/adbc/main/cpp/api/adbc__driver__manager_8h.html#aa4fcbd5a0fec49eafc2ca41397b868af";
 title="(in ADBC C vversion)"><code class="xref c c-macro docutils literal 
notranslate"><span class="pre">ADBC_LOAD_FLAG_SEARCH_SYSTEM</span></code></a> - 
search the system configuration directory</p></li>
 <li><p><a class="reference external" 
href="https://arrow.apache.org/adbc/main/cpp/api/adbc__driver__manager_8h.html#ab160ff0074d08d2a434ae1c89b7977aa";
 title="(in ADBC C vversion)"><code class="xref c c-macro docutils literal 
notranslate"><span 
class="pre">ADBC_LOAD_FLAG_ALLOW_RELATIVE_PATHS</span></code></a> - allow a 
relative path to be provided</p></li>
@@ -762,7 +762,7 @@ GLib</label><div class="sd-tab-content docutils">
 <p>The type <code class="docutils literal notranslate"><span 
class="pre">GADBCLoadFlags</span></code> is a set of bitflags to control the 
directories to be searched. The flags are</p>
 <ul class="simple">
 <li><p><code class="docutils literal notranslate"><span 
class="pre">GADBC_LOAD_SEARCH_ENV</span></code> - search the directory paths in 
the environment variable
-<code class="docutils literal notranslate"><span 
class="pre">ADBC_CONFIG_PATH</span></code> and (when built or installed with 
conda) search in the conda environment</p></li>
+<code class="docutils literal notranslate"><span 
class="pre">ADBC_DRIVER_PATH</span></code> and (when built or installed with 
conda) search in the conda environment</p></li>
 <li><p><code class="docutils literal notranslate"><span 
class="pre">GADBC_LOAD_FLAG_SEARCH_USER</span></code> - search the user 
configuration directory</p></li>
 <li><p><code class="docutils literal notranslate"><span 
class="pre">GADBC_LOAD_FLAG_SEARCH_SYSTEM</span></code> - search the system 
configuration directory</p></li>
 <li><p><code class="docutils literal notranslate"><span 
class="pre">GADBC_LOAD_FLAG_ALLOW_RELATIVE_PATHS</span></code> - allow a 
relative path to be provided</p></li>
@@ -779,7 +779,7 @@ configuration directory, and system configuration 
directory. You can set the fla
 or <code class="docutils literal notranslate"><span 
class="pre">NewDatabaseWithContext</span></code>. The flags are defined in the 
<code class="docutils literal notranslate"><span 
class="pre">drivermgr</span></code> package as constants:</p>
 <ul class="simple">
 <li><p><code class="docutils literal notranslate"><span 
class="pre">drivermgr.LoadFlagsSearchEnv</span></code> - search the directory 
paths in the environment variable
-<code class="docutils literal notranslate"><span 
class="pre">ADBC_CONFIG_PATH</span></code></p></li>
+<code class="docutils literal notranslate"><span 
class="pre">ADBC_DRIVER_PATH</span></code></p></li>
 <li><p><code class="docutils literal notranslate"><span 
class="pre">drivermgr.LoadFlagsSearchUser</span></code> - search the user 
configuration directory</p></li>
 <li><p><code class="docutils literal notranslate"><span 
class="pre">drivermgr.LoadFlagsSearchSystem</span></code> - search the system 
configuration directory</p></li>
 <li><p><code class="docutils literal notranslate"><span 
class="pre">drivermgr.LoadFlagsAllowRelativePaths</span></code> - allow a 
relative path to be used</p></li>
@@ -804,7 +804,7 @@ Ruby</label><div class="sd-tab-content docutils">
 <p>The class <code class="docutils literal notranslate"><span 
class="pre">ADBC::LoadFlags</span></code> is a set of bitflags to control the 
directories to be searched. The flags are</p>
 <ul class="simple">
 <li><p><code class="docutils literal notranslate"><span 
class="pre">ADBC::LoadFlags::SEARCH_ENV</span></code> - search the directory 
paths in the environment variable
-<code class="docutils literal notranslate"><span 
class="pre">ADBC_CONFIG_PATH</span></code> and (when built or installed with 
conda) search in the conda environment</p></li>
+<code class="docutils literal notranslate"><span 
class="pre">ADBC_DRIVER_PATH</span></code> and (when built or installed with 
conda) search in the conda environment</p></li>
 <li><p><code class="docutils literal notranslate"><span 
class="pre">ADBC::LoadFlags::SEARCH_USER</span></code> - search the user 
configuration directory</p></li>
 <li><p><code class="docutils literal notranslate"><span 
class="pre">ADBC::LoadFlags::SEARCH_SYSTEM</span></code> - search the system 
configuration directory</p></li>
 <li><p><code class="docutils literal notranslate"><span 
class="pre">ADBC::LoadFlags::ALLOW_RELATIVE_PATHS</span></code> - allow a 
relative path to be provided</p></li>
@@ -821,7 +821,7 @@ Rust</label><div class="sd-tab-content docutils">
 the type <code class="docutils literal notranslate"><span 
class="pre">adbc_core::driver_manager::LoadFlags</span></code>, which has the 
following constants:</p>
 <ul class="simple">
 <li><p><code class="docutils literal notranslate"><span 
class="pre">LOAD_FLAG_SEARCH_ENV</span></code> - search the directory paths in 
the environment variable
-<code class="docutils literal notranslate"><span 
class="pre">ADBC_CONFIG_PATH</span></code> and (when built or installed with 
conda) search in the conda environment</p></li>
+<code class="docutils literal notranslate"><span 
class="pre">ADBC_DRIVER_PATH</span></code> and (when built or installed with 
conda) search in the conda environment</p></li>
 <li><p><code class="docutils literal notranslate"><span 
class="pre">LOAD_FLAG_SEARCH_USER</span></code> - search the user configuration 
directory</p></li>
 <li><p><code class="docutils literal notranslate"><span 
class="pre">LOAD_FLAG_SEARCH_SYSTEM</span></code> - search the system 
configuration directory</p></li>
 <li><p><code class="docutils literal notranslate"><span 
class="pre">LOAD_FLAG_ALLOW_RELATIVE_PATHS</span></code> - allow a relative 
path to be used</p></li>
@@ -834,11 +834,11 @@ the type <code class="docutils literal notranslate"><span 
class="pre">adbc_core:
 <p>For Unix-like platforms, (e.g. Linux, macOS), the driver manager will 
search the following directories based on the options provided, in
 the given order:</p>
 <ol class="arabic simple">
-<li><p>If the <code class="docutils literal notranslate"><span 
class="pre">LOAD_FLAG_SEARCH_ENV</span></code> load option is set, then the 
paths in the environment variable <code class="docutils literal 
notranslate"><span class="pre">ADBC_CONFIG_PATH</span></code> will be 
searched</p></li>
+<li><p>If the <code class="docutils literal notranslate"><span 
class="pre">LOAD_FLAG_SEARCH_ENV</span></code> load option is set, then the 
paths in the environment variable <code class="docutils literal 
notranslate"><span class="pre">ADBC_DRIVER_PATH</span></code> will be 
searched</p></li>
 </ol>
 <blockquote>
 <div><ul class="simple">
-<li><p><code class="docutils literal notranslate"><span 
class="pre">ADBC_CONFIG_PATH</span></code> is a colon-separated list of 
directories</p></li>
+<li><p><code class="docutils literal notranslate"><span 
class="pre">ADBC_DRIVER_PATH</span></code> is a colon-separated list of 
directories</p></li>
 </ul>
 </div></blockquote>
 <ol class="arabic simple">
@@ -868,11 +868,11 @@ will search <code class="docutils literal 
notranslate"><span class="pre">$XDG_CO
 <p>Things are slightly different on Windows, where the driver manager will 
also search for driver information in the registry just as
 would happen for ODBC drivers. The search for a manifest on Windows would be 
the following:</p>
 <ol class="arabic simple">
-<li><p>If the <code class="docutils literal notranslate"><span 
class="pre">LOAD_FLAG_SEARCH_ENV</span></code> load option is set, then the 
paths in the environment variable <code class="docutils literal 
notranslate"><span class="pre">ADBC_CONFIG_PATH</span></code> will be 
searched</p></li>
+<li><p>If the <code class="docutils literal notranslate"><span 
class="pre">LOAD_FLAG_SEARCH_ENV</span></code> load option is set, then the 
paths in the environment variable <code class="docutils literal 
notranslate"><span class="pre">ADBC_DRIVER_PATH</span></code> will be 
searched</p></li>
 </ol>
 <blockquote>
 <div><ul class="simple">
-<li><p><code class="docutils literal notranslate"><span 
class="pre">ADBC_CONFIG_PATH</span></code> is a semicolon-separated list of 
directories</p></li>
+<li><p><code class="docutils literal notranslate"><span 
class="pre">ADBC_DRIVER_PATH</span></code> is a semicolon-separated list of 
directories</p></li>
 </ul>
 </div></blockquote>
 <ol class="arabic simple">
diff --git a/main/r/adbcbigquery/pkgdown.yml b/main/r/adbcbigquery/pkgdown.yml
index 7656b0e03..66aa18de5 100644
--- a/main/r/adbcbigquery/pkgdown.yml
+++ b/main/r/adbcbigquery/pkgdown.yml
@@ -2,7 +2,7 @@ pandoc: 3.7.0.2
 pkgdown: 2.1.3
 pkgdown_sha: ~
 articles: {}
-last_built: 2025-09-01T03:58Z
+last_built: 2025-09-01T04:10Z
 urls:
   reference: https://arrow.apache.org/adbc/current/r/adbcbigquery/reference
   article: https://arrow.apache.org/adbc/current/r/adbcbigquery/articles
diff --git a/main/r/adbcdrivermanager/pkgdown.yml 
b/main/r/adbcdrivermanager/pkgdown.yml
index 529e4beb0..7bcbd7235 100644
--- a/main/r/adbcdrivermanager/pkgdown.yml
+++ b/main/r/adbcdrivermanager/pkgdown.yml
@@ -2,7 +2,7 @@ pandoc: 3.7.0.2
 pkgdown: 2.1.3
 pkgdown_sha: ~
 articles: {}
-last_built: 2025-09-01T03:58Z
+last_built: 2025-09-01T04:10Z
 urls:
   reference: 
https://arrow.apache.org/adbc/current/r/adbcdrivermanager/reference
   article: https://arrow.apache.org/adbc/current/r/adbcdrivermanager/articles
diff --git a/main/r/adbcdrivermanager/reference/adbc_connection_init.html 
b/main/r/adbcdrivermanager/reference/adbc_connection_init.html
index 84a4ec3c7..0c4c0ca40 100644
--- a/main/r/adbcdrivermanager/reference/adbc_connection_init.html
+++ b/main/r/adbcdrivermanager/reference/adbc_connection_init.html
@@ -105,9 +105,9 @@ finer-grained control over behaviour at the R 
level.</p></dd>
     <h2 id="ref-examples">Examples<a class="anchor" aria-label="anchor" 
href="#ref-examples"></a></h2>
     <div class="sourceCode"><pre class="sourceCode r"><code><span 
class="r-in"><span><span class="va">db</span> <span class="op">&lt;-</span> 
<span class="fu"><a 
href="adbc_database_init.html">adbc_database_init</a></span><span 
class="op">(</span><span class="fu"><a 
href="adbc_driver_void.html">adbc_driver_void</a></span><span 
class="op">(</span><span class="op">)</span><span 
class="op">)</span></span></span>
 <span class="r-in"><span><span class="fu">adbc_connection_init</span><span 
class="op">(</span><span class="va">db</span><span 
class="op">)</span></span></span>
-<span class="r-out co"><span class="r-pr">#&gt;</span> &lt;adbc_connection at 
0x561d926b6ff0&gt; </span>
+<span class="r-out co"><span class="r-pr">#&gt;</span> &lt;adbc_connection at 
0x55e28c5dba70&gt; </span>
 <span class="r-out co"><span class="r-pr">#&gt;</span> List of 1</span>
-<span class="r-out co"><span class="r-pr">#&gt;</span>  $ 
database:&lt;adbc_database at 0x561d902dc6f0&gt; </span>
+<span class="r-out co"><span class="r-pr">#&gt;</span>  $ 
database:&lt;adbc_database at 0x55e28c96b360&gt; </span>
 <span class="r-out co"><span class="r-pr">#&gt;</span> List of 1</span>
 <span class="r-out co"><span class="r-pr">#&gt;</span>   ..$ 
driver:&lt;adbc_driver_void&gt; List of 4</span>
 <span class="r-out co"><span class="r-pr">#&gt;</span>   .. ..$ load_flags     
 : int 15</span>
diff --git a/main/r/adbcdrivermanager/reference/adbc_database_init.html 
b/main/r/adbcdrivermanager/reference/adbc_database_init.html
index d27339068..5cf66d579 100644
--- a/main/r/adbcdrivermanager/reference/adbc_database_init.html
+++ b/main/r/adbcdrivermanager/reference/adbc_database_init.html
@@ -104,7 +104,7 @@ finer-grained control over behaviour at the R 
level.</p></dd>
     <div class="section level2">
     <h2 id="ref-examples">Examples<a class="anchor" aria-label="anchor" 
href="#ref-examples"></a></h2>
     <div class="sourceCode"><pre class="sourceCode r"><code><span 
class="r-in"><span><span class="fu">adbc_database_init</span><span 
class="op">(</span><span class="fu"><a 
href="adbc_driver_void.html">adbc_driver_void</a></span><span 
class="op">(</span><span class="op">)</span><span 
class="op">)</span></span></span>
-<span class="r-out co"><span class="r-pr">#&gt;</span> &lt;adbc_database at 
0x561d925e2430&gt; </span>
+<span class="r-out co"><span class="r-pr">#&gt;</span> &lt;adbc_database at 
0x55e28c6c9b60&gt; </span>
 <span class="r-out co"><span class="r-pr">#&gt;</span> List of 1</span>
 <span class="r-out co"><span class="r-pr">#&gt;</span>  $ 
driver:&lt;adbc_driver_void&gt; List of 4</span>
 <span class="r-out co"><span class="r-pr">#&gt;</span>   ..$ load_flags      : 
int 15</span>
diff --git a/main/r/adbcdrivermanager/reference/adbc_load_flags.html 
b/main/r/adbcdrivermanager/reference/adbc_load_flags.html
index f03a11e53..00f8bbebf 100644
--- a/main/r/adbcdrivermanager/reference/adbc_load_flags.html
+++ b/main/r/adbcdrivermanager/reference/adbc_load_flags.html
@@ -1,11 +1,11 @@
 <!DOCTYPE html>
 <!-- Generated by pkgdown: do not edit by hand --><html lang="en"><head><meta 
http-equiv="Content-Type" content="text/html; charset=UTF-8"><meta 
charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta 
name="viewport" content="width=device-width, initial-scale=1, 
shrink-to-fit=no"><title>Driver search/load options — adbc_load_flags • 
adbcdrivermanager</title><script src="../lightswitch.js"></script><script 
src="../deps/jquery-3.6.0/jquery-3.6.0.min.js"></script><meta na [...]
 (.toml files) can be installed at the system level, the user level,
-in location(s) specified by the ADBC_CONFIG_PATH environment variable,
+in location(s) specified by the ADBC_DRIVER_PATH environment variable,
 and/or in a conda environment. See the ADBC documentation for details
 regarding the locations of the user and system paths on various 
platforms."><meta property="og:description" content="Options that indicate 
where to look for driver manifests. Manifests
 (.toml files) can be installed at the system level, the user level,
-in location(s) specified by the ADBC_CONFIG_PATH environment variable,
+in location(s) specified by the ADBC_DRIVER_PATH environment variable,
 and/or in a conda environment. See the ADBC documentation for details
 regarding the locations of the user and system paths on various 
platforms."></head><body>
     <a href="#main" class="visually-hidden-focusable">Skip to contents</a>
@@ -53,7 +53,7 @@ regarding the locations of the user and system paths on 
various platforms."></he
     <div class="ref-description section level2">
     <p>Options that indicate where to look for driver manifests. Manifests
 (.toml files) can be installed at the system level, the user level,
-in location(s) specified by the ADBC_CONFIG_PATH environment variable,
+in location(s) specified by the ADBC_DRIVER_PATH environment variable,
 and/or in a conda environment. See the ADBC documentation for details
 regarding the locations of the user and system paths on various platforms.</p>
     </div>
@@ -74,7 +74,7 @@ regarding the locations of the user and system paths on 
various platforms.</p>
 
 <dl><dt id="arg-search-env">search_env<a class="anchor" aria-label="anchor" 
href="#arg-search-env"></a></dt>
 <dd><p>Search for manifest files in the directories specified in
-the ADBC_CONFIG_PATH environment variable and (when installed with conda)
+the ADBC_DRIVER_PATH environment variable and (when installed with conda)
 in the conda environment.</p></dd>
 
 
diff --git a/main/r/adbcdrivermanager/reference/adbc_statement_init.html 
b/main/r/adbcdrivermanager/reference/adbc_statement_init.html
index bc8b46171..a13145fec 100644
--- a/main/r/adbcdrivermanager/reference/adbc_statement_init.html
+++ b/main/r/adbcdrivermanager/reference/adbc_statement_init.html
@@ -106,11 +106,11 @@ finer-grained control over behaviour at the R 
level.</p></dd>
     <div class="sourceCode"><pre class="sourceCode r"><code><span 
class="r-in"><span><span class="va">db</span> <span class="op">&lt;-</span> 
<span class="fu"><a 
href="adbc_database_init.html">adbc_database_init</a></span><span 
class="op">(</span><span class="fu"><a 
href="adbc_driver_void.html">adbc_driver_void</a></span><span 
class="op">(</span><span class="op">)</span><span 
class="op">)</span></span></span>
 <span class="r-in"><span><span class="va">con</span> <span 
class="op">&lt;-</span> <span class="fu"><a 
href="adbc_connection_init.html">adbc_connection_init</a></span><span 
class="op">(</span><span class="va">db</span><span 
class="op">)</span></span></span>
 <span class="r-in"><span><span class="fu">adbc_statement_init</span><span 
class="op">(</span><span class="va">con</span><span 
class="op">)</span></span></span>
-<span class="r-out co"><span class="r-pr">#&gt;</span> &lt;adbc_statement at 
0x561d92625eb0&gt; </span>
+<span class="r-out co"><span class="r-pr">#&gt;</span> &lt;adbc_statement at 
0x55e28cd797f0&gt; </span>
 <span class="r-out co"><span class="r-pr">#&gt;</span> List of 1</span>
-<span class="r-out co"><span class="r-pr">#&gt;</span>  $ 
connection:&lt;adbc_connection at 0x561d8bf95ca0&gt; </span>
+<span class="r-out co"><span class="r-pr">#&gt;</span>  $ 
connection:&lt;adbc_connection at 0x55e287420c30&gt; </span>
 <span class="r-out co"><span class="r-pr">#&gt;</span> List of 1</span>
-<span class="r-out co"><span class="r-pr">#&gt;</span>   ..$ 
database:&lt;adbc_database at 0x561d917882a0&gt; </span>
+<span class="r-out co"><span class="r-pr">#&gt;</span>   ..$ 
database:&lt;adbc_database at 0x55e28bf74930&gt; </span>
 <span class="r-out co"><span class="r-pr">#&gt;</span> List of 1</span>
 <span class="r-out co"><span class="r-pr">#&gt;</span>   .. ..$ 
driver:&lt;adbc_driver_void&gt; List of 4</span>
 <span class="r-out co"><span class="r-pr">#&gt;</span>   .. .. ..$ load_flags  
    : int 15</span>
diff --git a/main/r/adbcdrivermanager/search.json 
b/main/r/adbcdrivermanager/search.json
index 88cd9757e..0d49d39c2 100644
--- a/main/r/adbcdrivermanager/search.json
+++ b/main/r/adbcdrivermanager/search.json
@@ -1 +1 @@
-[{"path":"https://arrow.apache.org/adbc/current/r/adbcdrivermanager/LICENSE.html","id":null,"dir":"","previous_headings":"","what":"Apache
 License","title":"Apache License","text":"Version 2.0, January 2004 
<http://www.apache.org/licenses/>","code":""},{"path":[]},{"path":"https://arrow.apache.org/adbc/current/r/adbcdrivermanager/LICENSE.html","id":"id_1-definitions","dir":"","previous_headings":"Terms
 and Conditions for use, reproduction, and distribution","what":"1. 
Definitions","title [...]
+[{"path":"https://arrow.apache.org/adbc/current/r/adbcdrivermanager/LICENSE.html","id":null,"dir":"","previous_headings":"","what":"Apache
 License","title":"Apache License","text":"Version 2.0, January 2004 
<http://www.apache.org/licenses/>","code":""},{"path":[]},{"path":"https://arrow.apache.org/adbc/current/r/adbcdrivermanager/LICENSE.html","id":"id_1-definitions","dir":"","previous_headings":"Terms
 and Conditions for use, reproduction, and distribution","what":"1. 
Definitions","title [...]
diff --git a/main/r/adbcflightsql/pkgdown.yml b/main/r/adbcflightsql/pkgdown.yml
index 150a861b5..f4b2e030f 100644
--- a/main/r/adbcflightsql/pkgdown.yml
+++ b/main/r/adbcflightsql/pkgdown.yml
@@ -2,7 +2,7 @@ pandoc: 3.7.0.2
 pkgdown: 2.1.3
 pkgdown_sha: ~
 articles: {}
-last_built: 2025-09-01T03:58Z
+last_built: 2025-09-01T04:10Z
 urls:
   reference: https://arrow.apache.org/adbc/current/r/adbcflightsql/reference
   article: https://arrow.apache.org/adbc/current/r/adbcflightsql/articles
diff --git a/main/r/adbcpostgresql/pkgdown.yml 
b/main/r/adbcpostgresql/pkgdown.yml
index 271a035de..7bc06328e 100644
--- a/main/r/adbcpostgresql/pkgdown.yml
+++ b/main/r/adbcpostgresql/pkgdown.yml
@@ -2,7 +2,7 @@ pandoc: 3.7.0.2
 pkgdown: 2.1.3
 pkgdown_sha: ~
 articles: {}
-last_built: 2025-09-01T03:58Z
+last_built: 2025-09-01T04:10Z
 urls:
   reference: https://arrow.apache.org/adbc/current/r/adbcpostgresql/reference
   article: https://arrow.apache.org/adbc/current/r/adbcpostgresql/articles
diff --git a/main/r/adbcsnowflake/pkgdown.yml b/main/r/adbcsnowflake/pkgdown.yml
index c41a3e007..8a754d1f7 100644
--- a/main/r/adbcsnowflake/pkgdown.yml
+++ b/main/r/adbcsnowflake/pkgdown.yml
@@ -2,7 +2,7 @@ pandoc: 3.7.0.2
 pkgdown: 2.1.3
 pkgdown_sha: ~
 articles: {}
-last_built: 2025-09-01T03:58Z
+last_built: 2025-09-01T04:10Z
 urls:
   reference: https://arrow.apache.org/adbc/current/r/adbcsnowflake/reference
   article: https://arrow.apache.org/adbc/current/r/adbcsnowflake/articles
diff --git a/main/r/adbcsqlite/pkgdown.yml b/main/r/adbcsqlite/pkgdown.yml
index e8461382d..49e4097ed 100644
--- a/main/r/adbcsqlite/pkgdown.yml
+++ b/main/r/adbcsqlite/pkgdown.yml
@@ -2,7 +2,7 @@ pandoc: 3.7.0.2
 pkgdown: 2.1.3
 pkgdown_sha: ~
 articles: {}
-last_built: 2025-09-01T03:58Z
+last_built: 2025-09-01T04:10Z
 urls:
   reference: https://arrow.apache.org/adbc/current/r/adbcsqlite/reference
   article: https://arrow.apache.org/adbc/current/r/adbcsqlite/articles
diff --git a/main/searchindex.js b/main/searchindex.js
index faf089ee5..2a59498b7 100644
--- a/main/searchindex.js
+++ b/main/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles":{"ADBC API Standard":[[26,null]],"ADBC Driver 
Manager and Manifests":[[23,null]],"API 
Reference":[[3,"api-reference"],[31,"api-reference"],[41,"api-reference"],[50,"api-reference"]],"And
 then what is the \u201cADBC JDBC 
driver\u201d?":[[21,"and-then-what-is-the-adbc-jdbc-driver"]],"Apache Arrow 
ADBC":[[29,null]],"Arrow type to PostgreSQL type 
mapping":[[17,"id5"]],"Authenticate with a username and 
password":[[47,"authenticate-with-a-username-and-password"]]," [...]
\ No newline at end of file
+Search.setIndex({"alltitles":{"ADBC API Standard":[[26,null]],"ADBC Driver 
Manager and Manifests":[[23,null]],"API 
Reference":[[3,"api-reference"],[31,"api-reference"],[41,"api-reference"],[50,"api-reference"]],"And
 then what is the \u201cADBC JDBC 
driver\u201d?":[[21,"and-then-what-is-the-adbc-jdbc-driver"]],"Apache Arrow 
ADBC":[[29,null]],"Arrow type to PostgreSQL type 
mapping":[[17,"id5"]],"Authenticate with a username and 
password":[[47,"authenticate-with-a-username-and-password"]]," [...]
\ No newline at end of file

Reply via email to