OpenMining  0.01
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros Pages
Public Member Functions | Public Attributes | Private Attributes | List of all members
Database Class Reference

#include <Database.h>

Public Member Functions

 Database (const QStringList &args)
 

Public Attributes

bool m_initialised
 
QSqlDatabase m_db
 

Private Attributes

std::vector< std::string > m_requiredArgs = { "-host", "-database", "-username", "-password" }
 

Constructor & Destructor Documentation

Database::Database ( const QStringList &  args)

Here is the call graph for this function:

Member Data Documentation

QSqlDatabase Database::m_db
bool Database::m_initialised
std::vector<std::string> Database::m_requiredArgs = { "-host", "-database", "-username", "-password" }
private
Third Party Dependency:
The version of gcc in the ubuntu 12.04 repositories won't work, You need at least gcc version 4.8.1 to build non-static data member initialisers

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