Function reference
-
adbc_connection_get_info()
adbc_connection_get_objects()
adbc_connection_get_table_schema()
adbc_connection_get_table_types()
adbc_connection_read_partition()
adbc_connection_commit()
adbc_connection_quote_identifier()
adbc_connection_quote_string()
adbc_connection_rollback()
- Connection methods
-
adbc_connection_init()
adbc_connection_init_default()
adbc_connection_set_options()
adbc_connection_release()
- Connections
-
adbc_connection_join()
adbc_statement_join()
adbc_stream_join()
- Join the lifecycle of a unique parent to its child
-
adbc_database_init()
adbc_database_init_default()
adbc_database_set_options()
adbc_database_release()
- Databases
-
adbc_driver_log()
- Log calls to another driver
-
adbc_driver_monkey()
- Monkey see, monkey do!
-
adbc_driver_void()
adbc_driver()
- Create ADBC drivers
-
adbc_statement_init()
adbc_statement_init_default()
adbc_statement_set_options()
adbc_statement_release()
- Statements
-
adbc_statement_set_sql_query()
adbc_statement_set_substrait_plan()
adbc_statement_prepare()
adbc_statement_get_parameter_schema()
adbc_statement_bind()
adbc_statement_bind_stream()
adbc_statement_execute_query()
- Statement methods
-
adbc_xptr_move()
adbc_xptr_is_valid()
- Low-level pointer details
-
read_adbc()
execute_adbc()
write_adbc()
- Read, write, and execute on ADBC connections
-
with_adbc()
local_adbc()
- Cleanup helpers