#include <sql.h>
List of all members.
Constructor & Destructor Documentation
Sql::Sql |
( |
QObject * |
parent = 0 | ) |
|
Member Function Documentation
void Sql::addDoctor |
( |
QString |
employeeId, |
|
|
QString |
title, |
|
|
QString |
firstName, |
|
|
QString |
lastName |
|
) |
| |
void Sql::addPatient |
( |
QString |
socialSecurityId, |
|
|
QString |
title, |
|
|
QString |
firstName, |
|
|
QString |
lastName |
|
) |
| |
void Sql::createStructure |
( |
| ) |
|
void Sql::deleteDoctor |
( |
QString |
employeeId | ) |
|
void Sql::deletePatient |
( |
QString |
socialSecurityId | ) |
|
void Sql::doQuery |
( |
QString |
select, |
|
|
QString |
from |
|
) |
| |
int Sql::getDoctorCount |
( |
| ) |
[inline] |
int Sql::getPatientCount |
( |
| ) |
[inline] |
bool Sql::isOpen |
( |
| ) |
[inline] |
QStringList Sql::listDoctors |
( |
| ) |
|
QStringList Sql::listPatients |
( |
| ) |
|
The documentation for this class was generated from the following files: