Skip to content

Latest commit

 

History

History
92 lines (73 loc) · 3.14 KB

File metadata and controls

92 lines (73 loc) · 3.14 KB
warning DO NOT CHANGE THIS MANUALLY, THIS IS GENERATED BY https://github/duckdb/community-extensions repository, check README there
title adbc_scanner
excerpt DuckDB Community Extensions An ADBC client extension for DuckDB that can access ADBC provided data sources.
docs
extended_description
For more information regarding usage, see the [documentation](https://query.farm/duckdb_extension_adbc_scanner.html).
extension
build description excluded_platforms language license maintainers name version
cmake
An ADBC client extension for DuckDB that can access ADBC provided data sources.
wasm_mvp;wasm_eh;wasm_threads
C++
Apache-2.0
rustyconover
adbc_scanner
2025120801
repo
andium github ref
84794a00a6837c31f0779c56f2ce0e83df1bb7b6
query-farm/adbc_scanner
9c7fdb1338c768180ffaba8985bb81e3039e6f59
extension_star_count 18
extension_star_count_pretty 18
extension_download_count 910
extension_download_count_pretty 910
image /images/community_extensions/social_preview/preview_community_extension_adbc_scanner.png
layout community_extension_doc

Installing and Loading

INSTALL {{ page.extension.name }} FROM community;
LOAD {{ page.extension.name }};

{% if page.docs.hello_world %}

Example

{{ page.docs.hello_world }}```
{% endif %}

{% if page.docs.extended_description %}
### About {{ page.extension.name }}
{{ page.docs.extended_description }}
{% endif %}

### Added Functions

<div class="extension_functions_table"></div>

|    function_name    | function_type | description | comment | examples |
|---------------------|---------------|-------------|---------|----------|
| adbc_clear_cache    | scalar        | NULL        | NULL    | NULL     |
| adbc_columns        | table         | NULL        | NULL    | NULL     |
| adbc_commit         | scalar        | NULL        | NULL    | NULL     |
| adbc_connect        | scalar        | NULL        | NULL    | NULL     |
| adbc_disconnect     | scalar        | NULL        | NULL    | NULL     |
| adbc_execute        | scalar        | NULL        | NULL    | NULL     |
| adbc_info           | table         | NULL        | NULL    | NULL     |
| adbc_insert         | table         | NULL        | NULL    | NULL     |
| adbc_profiles       | table         | NULL        | NULL    | NULL     |
| adbc_rollback       | scalar        | NULL        | NULL    | NULL     |
| adbc_scan           | table         | NULL        | NULL    | NULL     |
| adbc_scan_table     | table         | NULL        | NULL    | NULL     |
| adbc_schema         | table         | NULL        | NULL    | NULL     |
| adbc_set_autocommit | scalar        | NULL        | NULL    | NULL     |
| adbc_table_types    | table         | NULL        | NULL    | NULL     |
| adbc_tables         | table         | NULL        | NULL    | NULL     |

### Overloaded Functions

<div class="extension_functions_table"></div>

This extension does not add any function overloads.

### Added Types

<div class="extension_types_table"></div>

This extension does not add any types.

### Added Settings

<div class="extension_settings_table"></div>

This extension does not add any settings.