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.