CARMA C++
|
DBConnection and DBConnectionFactory classes. More...
#include "carma/dbms/MonitorSystemAndDBMSRelationships.h"
#include "carma/dbms/Table.h"
#include "carma/util/ErrorException.h"
#include "carma/util/Logger.h"
#include "carma/util/Time.h"
#include <map>
#include <string>
#include <vector>
#include <unixODBC/sqlext.h>
Go to the source code of this file.
Classes | |
class | carma::dbms::DBConnection |
an abstract class from which database queries may be launched. More... | |
class | carma::dbms::DBConnectionException |
an exception indicating there is a problem communicating with the database More... | |
class | carma::dbms::DBConnectionFactory |
creating a database connection via the static createConnection() method More... | |
class | carma::dbms::SQLException |
an exception indicating there is a problem executing an SQL statement (more often than not indicating there is a syntax error in the SQL statement More... | |
Namespaces | |
module | carma |
IDL for bima Rx Control, inherits from antenna::common::RxControl. | |
carma::dbms | |
API for access to the CARMA database. | |
DBConnection and DBConnectionFactory classes.
$CarmaCopyright$
Definition in file DBConnection.h.