adbc_scanner
Eine ADBC-Client-Erweiterung für DuckDB, die auf von ADBC bereitgestellte Datenquellen zugreifen kann.
Maintainer: rustyconover
Installation und Laden
INSTALL adbc_scanner FROM community;LOAD adbc_scanner;Über adbc_scanner
Weitere Informationen zur Verwendung finden Sie in der Dokumentation.
Hinzugefügte Funktionen
| 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 |
Überladene Funktionen
Diese Erweiterung fügt keine Funktionsüberladungen hinzu.
Hinzugefügte Typen
Diese Erweiterung fügt keine Typen hinzu.
Hinzugefügte Einstellungen
Diese Erweiterung fügt keine Einstellungen hinzu.