duckdb_client_context_get_connection_id

Function duckdb_client_context_get_connection_id 

Source
pub unsafe extern "C" fn duckdb_client_context_get_connection_id(
    context: duckdb_client_context,
) -> idx_t
Expand description

Returns the connection id of the client context.

@param context The client context. @return The connection id of the client context.