Mydatabase Class Reference
#include <Mysqlhelper.h>
List of all members.
|
Public Member Functions |
| | Mydatabase (const string &h, const string &d, const string &u, const string &p) |
| Connection bool | exists (const string &table) |
Private Attributes |
| string | user |
| string | password |
| string | host |
| string | database |
Constructor & Destructor Documentation
| Mydatabase::Mydatabase |
( |
const string & |
h, |
|
|
const string & |
d, |
|
|
const string & |
u, |
|
|
const string & |
p | |
|
) |
| | [inline] |
Member Function Documentation
| Connection bool Mydatabase::exists |
( |
const string & |
table |
) |
|
Member Data Documentation
The documentation for this class was generated from the following file: