Structure for authentication. More...
#include <kockpitunit.h>
Data Fields | |
QString | id |
QString | pass |
QString | host |
QString | conid |
QString | dbname |
QString | dbtype |
int | port |
Structure for authentication.
This structure is used for backend authentication.
QString KockpitAuthObj::conid |
Connection id - value should be unique
QString KockpitAuthObj::dbname |
Database name
QString KockpitAuthObj::dbtype |
Specifies the driver - the default Qt driver strings are expected
QString KockpitAuthObj::host |
Host of database
QString KockpitAuthObj::id |
Database user
QString KockpitAuthObj::pass |
Password of database user
Port