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

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

Public Member Functions

 DataSource (const ODBCXX_STRING &name, const ODBCXX_STRING &description)
 
virtual ~DataSource ()
 
const ODBCXX_STRINGgetName () const
 
const ODBCXX_STRINGgetDescription () const
 

Private Attributes

ODBCXX_STRING name_
 
ODBCXX_STRING description_
 

Detailed Description

A Data Source

Definition at line 69 of file drivermanager.h.

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

Constructor & Destructor Documentation

odbc::DataSource::DataSource ( const ODBCXX_STRING name,
const ODBCXX_STRING description 
)
inline

Constructor

Definition at line 76 of file drivermanager.h.

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

virtual odbc::DataSource::~DataSource ( )
inlinevirtual

Destructor

Definition at line 80 of file drivermanager.h.

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

Member Function Documentation

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

Return the description (if any) of the datasource

Definition at line 88 of file drivermanager.h.

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

Referenced by ODBCConnection::RefreshDataSources().

+ Here is the caller graph for this function:

const ODBCXX_STRING& odbc::DataSource::getName ( ) const
inline

Return the name of the data source

Definition at line 83 of file drivermanager.h.

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

References name_.

Referenced by ODBCConnection::RefreshDataSources().

+ Here is the caller graph for this function:

Member Data Documentation

ODBCXX_STRING odbc::DataSource::description_
private

Definition at line 72 of file drivermanager.h.

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

ODBCXX_STRING odbc::DataSource::name_
private

Definition at line 71 of file drivermanager.h.

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


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