BOSS 7.1.1
BESIII Offline Software System
|
This is the complete list of members for DbInterface, including all inherited members.
connect()=0 | DbInterface | pure virtual |
DbInterface() | DbInterface | |
disconnect()=0 | DbInterface | pure virtual |
is_connected() | DbInterface | inline |
m_dbHost | DbInterface | protected |
m_dbName | DbInterface | protected |
m_dbPasswd | DbInterface | protected |
m_dbPath | DbInterface | protected |
m_dbPort | DbInterface | protected |
m_dbUser | DbInterface | protected |
m_isConnected | DbInterface | protected |
m_reuseConnection | DbInterface | protected |
query(std::string dbname, std::string query, DatabaseRecordVector &records)=0 | DbInterface | pure virtual |
query(std::string dbname, std::string query)=0 | DbInterface | pure virtual |
select_db(std::string dbname)=0 | DbInterface | pure virtual |
set_dbpath(std::string path) | DbInterface | inline |
set_host(std::string host) | DbInterface | inline |
set_passwd(std::string passwd) | DbInterface | inline |
set_port(int port) | DbInterface | inline |
set_reuse_connection(bool flag) | DbInterface | inline |
set_user(std::string user) | DbInterface | inline |
~DbInterface() | DbInterface | virtual |