BmnRoot
Loading...
Searching...
No Matches
UniConnection.h File Reference
#include "uni_db_settings.h"
#include <TSQLServer.h>
#include <iostream>
#include <map>
#include <string>
Include dependency graph for UniConnection.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  UniConnection
 

Typedefs

typedef map< string, TSQLServer * > mapSQLServer
 
typedef pair< string, TSQLServer * > pairSQLServer
 
typedef map< string, TSQLServer * >::iterator itSQLServer
 

Typedef Documentation

◆ itSQLServer

typedef map<string,TSQLServer*>::iterator itSQLServer

Definition at line 24 of file UniConnection.h.

◆ mapSQLServer

typedef map<string, TSQLServer*> mapSQLServer

Definition at line 22 of file UniConnection.h.

◆ pairSQLServer

typedef pair<string, TSQLServer*> pairSQLServer

Definition at line 23 of file UniConnection.h.