#include <cFileSqlString.h>
Public Member Functions | |
| cFileSqlString (void) | |
| Constructor. | |
| ~cFileSqlString (void) | |
| Destructor. | |
| const string | GetTable (void) |
| Return a sql query string containing the definition of the FILE table. | |
| const string | GetGeneralInfoOf (const string sCategory) |
| Return a sql query string containnig a set of general info about edonkey links. Note: sCategory == empty else "WHERE CATEGORY = 'XXXX'". | |
| const string | GetData (const string sMd4) |
| const string | GetInsertEntry2File (cFile *File) |
| const string | GetUpdateFile (cFile *pFile) |
| const string | GetMd4FromFile (const string sMd4) |
| const string | GetCategoryFromFile (const string sMd4) |
| const string | GetDelete (const string sMd4) |
| const list< string > | GetAllColNames (void) |
| Check the order in GetTable(). | |
Private Member Functions | |
| const string | GetFile (void) const |
| const string | GetMd4 (void) const |
| const string | GetFilename (void) const |
| const string | GetCdNum (void) const |
| const string | GetPriority (void) const |
| const string | GetAvailability (void) const |
| const string | GetSize (void) const |
| const string | GetDate (void) const |
| const string | GetDone (void) const |
| const string | GetCategory (void) const |
| const string | GetStoring (void) const |
| const string | GetComment (void) const |
| const string | GetPoster (void) const |
|
|
Constructor.
|
|
|
Destructor.
|
|
|
Check the order in GetTable().
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Return a sql query string containnig a set of general info about edonkey links. Note: sCategory == empty else "WHERE CATEGORY = 'XXXX'".
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Return a sql query string containing the definition of the FILE table.
|
|
|
|
1.3.2