Asterisk - The Open Source Telephony Project GIT-master-a358458
Data Structures | Data Fields
tables Struct Reference
Collaboration diagram for tables:
Collaboration graph
[legend]

Data Structures

struct  mysql_columns
 
struct  odbc_columns
 
struct  psql_columns
 

Data Fields

unsigned int allowleapsec:1
 
struct tables::mysql_columns columns
 
struct tables::odbc_columns columns
 
struct tables::psql_columns columns
 
char * connection
 
struct mysql_conndatabase
 
struct {
   struct tables *   next
 
list
 
struct {
   struct tables *   next
 
list
 
ast_mutex_t lock
 
ast_rwlock_t lock
 
char name [0]
 
char quoted_identifiers
 
char * schema
 
char * table
 
unsigned int usegmtime:1
 

Detailed Description

Definition at line 109 of file res_config_mysql.c.

Field Documentation

◆ allowleapsec

unsigned int allowleapsec

Definition at line 84 of file cel_odbc.c.

Referenced by load_config(), and odbc_log().

◆ columns [1/3]

◆ columns [2/3]

◆ columns [3/3]

◆ connection

char * connection

Definition at line 81 of file cdr_adaptive_odbc.c.

Referenced by load_config(), and odbc_log().

◆ database

struct mysql_conn* database

◆  [1/2]

struct { ... } list

◆  [2/2]

struct { ... } list

◆ lock [1/2]

Definition at line 110 of file res_config_mysql.c.

◆ lock [2/2]

Definition at line 69 of file res_config_pgsql.c.

◆ name

char name

◆ next

struct tables* next

Definition at line 112 of file res_config_mysql.c.

◆ quoted_identifiers

char quoted_identifiers

Definition at line 84 of file cdr_adaptive_odbc.c.

Referenced by load_config(), and odbc_log().

◆ schema

char* schema

Definition at line 83 of file cdr_adaptive_odbc.c.

Referenced by load_config(), and odbc_log().

◆ table

char * table

Definition at line 82 of file cdr_adaptive_odbc.c.

Referenced by load_config(), and odbc_log().

◆ usegmtime

unsigned int usegmtime

Definition at line 85 of file cdr_adaptive_odbc.c.

Referenced by load_config(), and odbc_log().


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