This is the complete list of members for DBConnection, including all inherited members.
connect(const String &db, const String &user, const String &password, const String &host="localhost", UInt port=3306, const String &QTDBDriver=DB_PLUGIN, const String &connection_name="OpenMS_default_connection") | DBConnection | |
connection_name_ | DBConnection | private |
DBConnection() | DBConnection | |
DBName() const | DBConnection | |
disconnect() | DBConnection | |
executeQueries(const StringListType &queries) | DBConnection | |
executeQuery(const String &query, bool first=false) | DBConnection | |
getAutoId() | DBConnection | |
getDB_() const | DBConnection | inlineprivate |
getDoubleValue(const String &table, const String &column, const String &id) | DBConnection | |
getId(const String &table, const String &column, const String &value) | DBConnection | |
getIntValue(const String &table, const String &column, const String &id) | DBConnection | |
getStringValue(const String &table, const String &column, const String &id) | DBConnection | |
isConnected() const | DBConnection | |
render(QSqlQuery &result, std::ostream &out=std::cout, const String &separator=" | ", const String &line_begin="", const String &line_end="\n") | DBConnection | |
~DBConnection() | DBConnection | |