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) |
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.
mod | the 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.
mod | the initialized SQL module |