|
FactDev
0.1
|
The UserDatabase class Access to User data in the the table User of the Database More...
#include <userdatabase.h>
Public Member Functions | |
| Models::User * | getUser (const int pId=1) |
| UserDatabase::getUser Get informations about the user (identified by 'pId') More... | |
| void | updateUser (const Models::User &) |
| UserDatabase::updateUser Update informations about the user. | |
| QPixmap | getUserImage (const int pId=1) |
| UserDatabase::getUserImage Return a User image. More... | |
| void | setUserImage (Models::User &pUser) |
| UserDatabase::setUserImage Change the image of the customer pCustomer More... | |
Public Member Functions inherited from Databases::Database | |
| QString | lastError (const QSqlQuery &q) const |
| Database::lastError Return an error message on the last error occured during the SQL request q More... | |
| void | testCases () |
| Database::testCases Realise a test cases. | |
| void | executeFile (QString pName) |
| Database::executerFichier Exeute a specified file named pName More... | |
| void | openTransaction () |
| Database::openTransaction Open new transaction. | |
| void | closeTransaction () |
| Database::closeTransaction Close current transaction. | |
| void | close () |
| Database::close Close database access. | |
| void | open () |
| Database::open Open database. | |
| ~Database () | |
| Database::~Database Suppression object, and close database access. | |
| void | setDatabase (QSqlDatabase sql) |
| Database::setDatabase Set database. More... | |
| void | updateBillingNumber () |
| Database::updateBillingNumber Update the billing number. | |
| void | cleanDatabase () |
| Database::clearDatabase Drop alls tables of Database WARNING: We can't restore data after. | |
| void | changeDatabase (Databases::DbType dbType) |
| changeDatabase Change the current database : mysql to sqlite or sqlite to mysql More... | |
Static Public Member Functions | |
| static UserDatabase * | instance () throw (DbException*) |
| UserDatabase::getInstance Return an instance of UserDatabase. More... | |
Static Public Member Functions inherited from Databases::Database | |
| static Database * | instance (bool tests=false) throw (DbException*) |
| Database::getInstance Return an instance of Database. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from Databases::Database | |
| Database (bool tests=false) throw (DbException*) | |
| Database::Database Database is a singleton. | |
| QVariant | value (const QSqlQuery &q, const QString &champ) const |
| Database::valeur Value of database field. More... | |
Protected Attributes inherited from Databases::Database | |
| QSettings * | _settings |
| settings | |
| QSqlDatabase | mDatabase |
| contains Database | |
| QList< Database * > | _instances |
| List of instances. | |
Static Protected Attributes inherited from Databases::Database | |
| static Database * | _instance = 0 |
| Instance. | |
| static bool | _dbInstance = 0 |
| an instance of db is open | |
| static bool | isOpen = false |
| Database is open. | |
| static bool | _isMysql = false |
The UserDatabase class Access to User data in the the table User of the Database
| Models::User * Databases::UserDatabase::getUser | ( | const int | pId = 1 | ) |
UserDatabase::getUser Get informations about the user (identified by 'pId')
| pId | user id (1 default) |
| QPixmap Databases::UserDatabase::getUserImage | ( | const int | pId = 1 | ) |
|
static | |||||||||||||
UserDatabase::getInstance Return an instance of UserDatabase.
| void Databases::UserDatabase::setUserImage | ( | Models::User & | pUser | ) |
UserDatabase::setUserImage Change the image of the customer pCustomer
| pUser | User |