FreeSWITCH API Documentation  1.7.0
Data Fields
db_job Struct Reference
+ Collaboration diagram for db_job:

Data Fields

switch_sql_queue_manager_tqm
 
char * sql
 
switch_core_db_callback_func_t callback
 
switch_core_db_err_callback_func_t err_callback
 
switch_core_db_event_callback_func_t event_callback
 
switch_core_db_err_callback_func_t event_err_callback
 
void * pdata
 
int event
 
switch_memory_pool_tpool
 

Detailed Description

Definition at line 1468 of file switch_core_sqldb.c.

Field Documentation

Definition at line 1471 of file switch_core_sqldb.c.

Referenced by new_job(), and sql_in_thread().

switch_core_db_err_callback_func_t db_job::err_callback

Definition at line 1472 of file switch_core_sqldb.c.

Referenced by new_job(), and sql_in_thread().

int db_job::event
switch_core_db_event_callback_func_t db_job::event_callback

Definition at line 1473 of file switch_core_sqldb.c.

Referenced by new_job(), and sql_in_thread().

switch_core_db_err_callback_func_t db_job::event_err_callback

Definition at line 1474 of file switch_core_sqldb.c.

Referenced by new_job(), and sql_in_thread().

void* db_job::pdata

Definition at line 1475 of file switch_core_sqldb.c.

Referenced by new_job(), and sql_in_thread().

switch_memory_pool_t* db_job::pool

Definition at line 1477 of file switch_core_sqldb.c.

Referenced by new_job(), and sql_in_thread().

Definition at line 1469 of file switch_core_sqldb.c.

Referenced by new_job(), and sql_in_thread().

char* db_job::sql

The documentation for this struct was generated from the following file: