Belle II Software development
|
This is the complete list of members for DBInterface, including all inherited members.
checkTable(const std::string &tablename)=0 (defined in DBInterface) | DBInterface | pure virtual |
clear()=0 (defined in DBInterface) | DBInterface | pure virtual |
clearRecords() (defined in DBInterface) | DBInterface | inline |
close()=0 (defined in DBInterface) | DBInterface | pure virtual |
connect()=0 (defined in DBInterface) | DBInterface | pure virtual |
DBInterface(const std::string &host, const std::string &database, const std::string &user, const std::string &password, int port) (defined in DBInterface) | DBInterface | |
DBInterface() (defined in DBInterface) | DBInterface | inlineprotected |
execute(const char *command,...) (defined in DBInterface) | DBInterface | |
execute(const std::string &command) (defined in DBInterface) | DBInterface | |
execute_imp(const char *command)=0 (defined in DBInterface) | DBInterface | pure virtual |
getDatabase() const (defined in DBInterface) | DBInterface | inline |
getHostName() const (defined in DBInterface) | DBInterface | inline |
getPassword() const (defined in DBInterface) | DBInterface | inline |
getPort() const (defined in DBInterface) | DBInterface | inline |
getRecords() (defined in DBInterface) | DBInterface | inline |
getTableContents(const std::string &tablename)=0 (defined in DBInterface) | DBInterface | pure virtual |
getUserName() const (defined in DBInterface) | DBInterface | inline |
init(const std::string &host, const std::string &database, const std::string &user, const std::string &password, int port) (defined in DBInterface) | DBInterface | protected |
isConnected()=0 (defined in DBInterface) | DBInterface | pure virtual |
loadRecords()=0 (defined in DBInterface) | DBInterface | pure virtual |
m_buf (defined in DBInterface) | DBInterface | private |
m_buf_size (defined in DBInterface) | DBInterface | privatestatic |
m_database (defined in DBInterface) | DBInterface | protected |
m_host (defined in DBInterface) | DBInterface | protected |
m_mutex (defined in DBInterface) | DBInterface | private |
m_password (defined in DBInterface) | DBInterface | protected |
m_port (defined in DBInterface) | DBInterface | protected |
m_record_v (defined in DBInterface) | DBInterface | protected |
m_user (defined in DBInterface) | DBInterface | protected |
~DBInterface() (defined in DBInterface) | DBInterface | virtual |