跳到内容

所有函数

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_rollback() adbc_connection_cancel() adbc_connection_get_statistic_names() adbc_connection_get_statistics() adbc_connection_quote_identifier() adbc_connection_quote_string()
连接方法
adbc_connection_init() adbc_connection_init_default() adbc_connection_release() adbc_connection_set_options() adbc_connection_get_option() adbc_connection_get_option_bytes() adbc_connection_get_option_int() adbc_connection_get_option_double()
连接
adbc_connection_join() adbc_statement_join()
将唯一父级的生命周期与其子级连接
adbc_database_init() adbc_database_init_default() adbc_database_release() adbc_database_set_options() adbc_database_get_option() adbc_database_get_option_bytes() adbc_database_get_option_int() adbc_database_get_option_double()
数据库
adbc_driver_log()
将调用记录到另一个驱动程序
adbc_driver_monkey()
模仿学习!
adbc_driver_void() adbc_driver()
创建 ADBC 驱动程序
adbc_error_from_array_stream()
从数组流获取扩展错误信息
adbc_statement_init() adbc_statement_init_default() adbc_statement_release() adbc_statement_set_options() adbc_statement_get_option() adbc_statement_get_option_bytes() adbc_statement_get_option_int() adbc_statement_get_option_double()
语句
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() adbc_statement_execute_schema() adbc_statement_cancel()
语句方法
adbc_xptr_move() adbc_xptr_is_valid()
低级指针详细信息
read_adbc() execute_adbc() write_adbc()
在 ADBC 连接上读、写和执行
with_adbc() local_adbc()
清理助手