Analysis Software
Documentation for sPHENIX simulation software
|
#include <RDBC/blob/master/include/RDBC/odbc++/drivermanager.h>
Public Member Functions | |
Driver (const ODBCXX_STRING &description, const std::vector< ODBCXX_STRING > &attributes) | |
virtual | ~Driver () |
const ODBCXX_STRING & | getDescription () const |
const std::vector < ODBCXX_STRING > & | getAttributes () const |
Private Member Functions | |
Driver (const Driver &) | |
Driver & | operator= (const Driver &) |
Private Attributes | |
ODBCXX_STRING | description_ |
std::vector< ODBCXX_STRING > | attributes_ |
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
|
private |
|
inline |
Constructor
Definition at line 46 of file drivermanager.h.
View newest version in sPHENIX GitHub at line 46 of file drivermanager.h
|
inlinevirtual |
Destructor
Definition at line 51 of file drivermanager.h.
View newest version in sPHENIX GitHub at line 51 of file drivermanager.h
|
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
|
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
|
private |
Definition at line 39 of file drivermanager.h.
View newest version in sPHENIX GitHub at line 39 of file drivermanager.h
|
private |
Definition at line 38 of file drivermanager.h.
View newest version in sPHENIX GitHub at line 38 of file drivermanager.h