11#ifndef UNICONNECTION_H
12#define UNICONNECTION_H 1
16#include <TSQLServer.h>
37 const char* strDBHost,
38 const char* strDBName,
40 const char* strPassword);
51 TSQLServer* db_server;
54 static UniConnection* OpenConnection(
const TString& connect_string,
55 const char* strDBHost,
57 const char* strPassword);
static UniConnection * Open()
static const char * DbToString()
static mapSQLServer * mapConnection
static UniConnection * Open(enumDBMS database_type, const char *strDBHost, const char *strDBName, const char *strUID, const char *strPassword)
TSQLServer * GetSQLServer()
map< string, TSQLServer * > mapSQLServer
map< string, TSQLServer * > mapSQLServer
map< string, TSQLServer * >::iterator itSQLServer
pair< string, TSQLServer * > pairSQLServer