Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
odbc::Driver Class Reference

#include <RDBC/blob/master/include/RDBC/odbc++/drivermanager.h>

+ Collaboration diagram for odbc::Driver:

Public Member Functions

 Driver (const ODBCXX_STRING &description, const std::vector< ODBCXX_STRING > &attributes)
 
virtual ~Driver ()
 
const ODBCXX_STRINGgetDescription () const
 
const std::vector
< ODBCXX_STRING > & 
getAttributes () const
 

Private Member Functions

 Driver (const Driver &)
 
Driveroperator= (const Driver &)
 

Private Attributes

ODBCXX_STRING description_
 
std::vector< ODBCXX_STRINGattributes_
 

Detailed Description

An ODBC Driver with it's information.

Definition at line 36 of file drivermanager.h.

View newest version in sPHENIX GitHub at line 36 of file drivermanager.h

Constructor & Destructor Documentation

odbc::Driver::Driver ( const Driver )
private
odbc::Driver::Driver ( const ODBCXX_STRING description,
const std::vector< ODBCXX_STRING > &  attributes 
)
inline

Constructor

Definition at line 46 of file drivermanager.h.

View newest version in sPHENIX GitHub at line 46 of file drivermanager.h

virtual odbc::Driver::~Driver ( )
inlinevirtual

Destructor

Definition at line 51 of file drivermanager.h.

View newest version in sPHENIX GitHub at line 51 of file drivermanager.h

Member Function Documentation

const std::vector<ODBCXX_STRING>& odbc::Driver::getAttributes ( ) const
inline

Return a list of keys that can appear in a connect string using this driver

Definition at line 59 of file drivermanager.h.

View newest version in sPHENIX GitHub at line 59 of file drivermanager.h

const ODBCXX_STRING& odbc::Driver::getDescription ( ) const
inline

Return a description of the driver

Definition at line 54 of file drivermanager.h.

View newest version in sPHENIX GitHub at line 54 of file drivermanager.h

Driver& odbc::Driver::operator= ( const Driver )
private

Member Data Documentation

std::vector<ODBCXX_STRING> odbc::Driver::attributes_
private

Definition at line 39 of file drivermanager.h.

View newest version in sPHENIX GitHub at line 39 of file drivermanager.h

ODBCXX_STRING odbc::Driver::description_
private

Definition at line 38 of file drivermanager.h.

View newest version in sPHENIX GitHub at line 38 of file drivermanager.h


The documentation for this class was generated from the following file: