ec_datasource_destroy_query
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)
; | |
ecdata_cache_query * <var class="pdparam">q</var>
;
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.