Skip to main content

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); |   |

ecdata_cache_query * <var class="pdparam">q</var>;

Description

Release the resources used by the specified query.

Parameters

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;.

Return Values

This function returns void.

Threading

It is legal to call this function in any thread.

See Also

Was this page helpful?