CARMA C++
DBConnection.h File Reference

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.
 

Detailed Description

DBConnection and DBConnectionFactory classes.

Author
: Dave Mehringer, Ray Plante
Id:
DBConnection.h,v 1.80 2011/12/21 22:56:43 mpound Exp

$CarmaCopyright$

Definition in file DBConnection.h.