Data Structures | Functions
sql.h File Reference

SQL module basics. More...

Data Structures

struct  vtm_sql_module
 

Functions

VTM_API void vtm_module_sql_thread_end (struct vtm_sql_module *mod)
 
VTM_API void vtm_module_sql_end (struct vtm_sql_module *mod)
 

Function Documentation

VTM_API void vtm_module_sql_thread_end ( struct vtm_sql_module mod)

Tell SQL implementation that all resources for the calling thread should be released.

This should be the last call from the thread to interact with the given SQL implementation.

Parameters
modthe initialized SQL module
VTM_API void vtm_module_sql_end ( struct vtm_sql_module mod)

Tell SQL implementation that all resources should be released.

This should be the last call to interact with the SQL implementation.

Parameters
modthe initialized SQL module