ec_datasource_destroy_query
Last updated March 2020
Name
ec_datasource_destroy_query — Release the resources used by the specified query
Synopsis
#include "modules/datasource/ecdatasource.h"
| void **ec_datasource_destroy_query** (
| q)
; | |
Description
Release the resources used by the specified query.
- q
-
A pointer to an ecdata_cache_query. The following typedef applies to this data type:
typedef struct ec_datasource_cache_query ecdata_cache_query;
.
This function returns void.
It is legal to call this function in any thread.
See Also
Was this page helpful?