#include <MJDatabaseConnection.hh>
Public Member Functions | |
MJDatabaseConnection () | |
MJDatabaseConnection (const MJDatabaseConnection &) | |
~MJDatabaseConnection () | |
PGresult * | qResult (string) |
PGresult * | query (string) |
void | qDone (PGresult *) |
bool | connect () |
PGconn * | GetConnection () |
Static Public Member Functions | |
string | getPGVersion () |
Private Member Functions | |
void | getConnectionInfo () |
Private Attributes | |
PGconn * | fconn |
PGresult * | fres |
const char * | fconninfo |
Static Private Attributes | |
string | PG_VERSION = "" |
|
Definition at line 69 of file MJDatabaseConnection.cc. |
|
Definition at line 72 of file MJDatabaseConnection.cc. |
|
Definition at line 77 of file MJDatabaseConnection.cc. |
|
Definition at line 176 of file MJDatabaseConnection.cc. References fconn, fconninfo, getConnectionInfo(), and MJLog. Referenced by qResult(). |
|
Definition at line 89 of file MJDatabaseConnection.hh. Referenced by MJDatabasePsqlImpl::MJDatabaseCloverDetectorPsqlImpl(). |
|
Definition at line 81 of file MJDatabaseConnection.cc. References fconninfo, MJLog, and PG_VERSION. Referenced by connect(). |
|
Definition at line 91 of file MJDatabaseConnection.hh. Referenced by MJDatabaseUtil::MJDatabaseUtil(). |
|
|
|
Definition at line 163 of file MJDatabaseConnection.cc. References exit_nicely(), fconn, and MJLog. |
|
Definition at line 102 of file MJDatabaseConnection.hh. |
|
Definition at line 104 of file MJDatabaseConnection.hh. Referenced by connect(), and getConnectionInfo(). |
|
Definition at line 103 of file MJDatabaseConnection.hh. Referenced by qResult(). |
|
Definition at line 67 of file MJDatabaseConnection.cc. Referenced by getConnectionInfo(). |