Kannel: Open Source WAP and SMS gateway  svn-r5336
DBConf Union Reference

#include <dbpool.h>

Data Fields

MSSQLConf * mssql
 
MySQLConf * mysql
 
SDBConf * sdb
 
OracleConf * oracle
 
SQLiteConf * sqlite
 
SQLite3Conf * sqlite3
 
PgSQLConf * pgsql
 
RedisConf * redis
 
CassConf * cass
 

Detailed Description

Definition at line 164 of file dbpool.h.

Field Documentation

◆ cass

CassConf* DBConf::cass

Definition at line 173 of file dbpool.h.

◆ mssql

MSSQLConf* DBConf::mssql

Definition at line 165 of file dbpool.h.

◆ mysql

MySQLConf* DBConf::mysql

Definition at line 166 of file dbpool.h.

◆ oracle

OracleConf* DBConf::oracle

Definition at line 168 of file dbpool.h.

◆ pgsql

PgSQLConf* DBConf::pgsql

Definition at line 171 of file dbpool.h.

◆ redis

RedisConf* DBConf::redis

Definition at line 172 of file dbpool.h.

◆ sdb

SDBConf* DBConf::sdb

Definition at line 167 of file dbpool.h.

◆ sqlite

SQLiteConf* DBConf::sqlite

Definition at line 169 of file dbpool.h.

◆ sqlite3

SQLite3Conf* DBConf::sqlite3

Definition at line 170 of file dbpool.h.


The documentation for this union was generated from the following file:
See file LICENSE for details about the license agreement for using, modifying, copying or deriving work from this software.