Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
cel_tds_config Struct Reference
Collaboration diagram for cel_tds_config:
Collaboration graph
[legend]

Data Fields

struct ast_string_field_mgr __field_mgr
 
struct ast_string_field_pool__field_mgr_pool
 
const ast_string_field charset
 
unsigned int connected:1
 
const ast_string_field connection
 
const ast_string_field database
 
DBPROCESS * dbproc
 
const ast_string_field language
 
const ast_string_field password
 
const ast_string_field table
 
const ast_string_field username
 

Detailed Description

Definition at line 86 of file cel_tds.c.

Field Documentation

◆ __field_mgr

struct ast_string_field_mgr __field_mgr

Definition at line 95 of file cel_tds.c.

◆ __field_mgr_pool

struct ast_string_field_pool* __field_mgr_pool

Definition at line 95 of file cel_tds.c.

◆ charset

Definition at line 95 of file cel_tds.c.

Referenced by mssql_connect().

◆ connected

unsigned int connected

Definition at line 97 of file cel_tds.c.

Referenced by mssql_connect(), mssql_disconnect(), and tds_log().

◆ connection

const ast_string_field connection

Definition at line 95 of file cel_tds.c.

Referenced by mssql_connect(), tds_load_module(), and tds_log().

◆ database

const ast_string_field database

Definition at line 95 of file cel_tds.c.

Referenced by mssql_connect(), and tds_load_module().

◆ dbproc

DBPROCESS* dbproc

Definition at line 96 of file cel_tds.c.

Referenced by mssql_connect(), mssql_disconnect(), and tds_log().

◆ language

const ast_string_field language

Definition at line 95 of file cel_tds.c.

Referenced by mssql_connect(), and tds_load_module().

◆ password

const ast_string_field password

Definition at line 95 of file cel_tds.c.

Referenced by mssql_connect(), and tds_load_module().

◆ table

const ast_string_field table

Definition at line 95 of file cel_tds.c.

Referenced by mssql_connect(), tds_load_module(), and tds_log().

◆ username

const ast_string_field username

Definition at line 95 of file cel_tds.c.

Referenced by mssql_connect(), and tds_load_module().


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