#include <cSoftwareSqlString.h>
Public Member Functions | |
| cSoftwareSqlString (void) | |
| Constructor. | |
| ~cSoftwareSqlString (void) | |
| Destructor. | |
| const string | GetTable (void) |
| Return a string containning the definition of the SOFTWARE table. | |
| const string | GetSoftware (void) const |
| const string | GetData (const string sMd4) |
| const string | GetInsertEntry2Software (cSoftware *pSoftware) |
| const string | GetUpdateSoftware (cSoftware *pSoftware) |
| const string | GetDelete (const string sMd4) |
| const list< string > | GetAllColNames (void) |
| Check the order in GetTable(). | |
Private Member Functions | |
| const string | GetMd4 (void) const |
| const string | GetDate (void) const |
| const string | GetVersion (void) const |
| const string | GetLanguage (void) const |
| const string | GetCompany (void) const |
| const string | GetUrl (void) const |
| const string | GetDescription (void) const |
|
|
Constructor.
|
|
|
Destructor.
|
|
|
Check the order in GetTable().
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Return a string containning the definition of the SOFTWARE table.
|
|
|
|
|
|
|
|
|
|
1.3.2