Main Page | Class Hierarchy | Compound List | File List | Compound Members | File Members | Related Pages

cFileSqlString Class Reference

cFileSqlString holds all file strings needed for sql query. More...

#include <cFileSqlString.h>

List of all members.

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


Detailed Description

cFileSqlString holds all file strings needed for sql query.

Author:
Xuan Ngo
Date:
Last Modified:
Version:
0.2
Since:
Wed Oct 22 04:05:43 2003
Bug:

Test:

Todo:
Warning:
Any warnings about using this class.


Constructor & Destructor Documentation

cFileSqlString::cFileSqlString void   ) 
 

Constructor.

cFileSqlString::~cFileSqlString void   ) 
 

Destructor.


Member Function Documentation

const list< string > cFileSqlString::GetAllColNames void   ) 
 

Check the order in GetTable().

const string cFileSqlString::GetAvailability void   )  const [private]
 

const string cFileSqlString::GetCategory void   )  const [private]
 

const string cFileSqlString::GetCategoryFromFile const string  sMd4  ) 
 

const string cFileSqlString::GetCdNum void   )  const [private]
 

const string cFileSqlString::GetComment void   )  const [private]
 

const string cFileSqlString::GetData const string  sMd4  ) 
 

const string cFileSqlString::GetDate void   )  const [private]
 

const string cFileSqlString::GetDelete const string  sMd4  ) 
 

const string cFileSqlString::GetDone void   )  const [private]
 

const string cFileSqlString::GetFile void   )  const [private]
 

const string cFileSqlString::GetFilename void   )  const [private]
 

const string cFileSqlString::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 cFileSqlString::GetInsertEntry2File cFile File  ) 
 

const string cFileSqlString::GetMd4 void   )  const [private]
 

const string cFileSqlString::GetMd4FromFile const string  sMd4  ) 
 

const string cFileSqlString::GetPoster void   )  const [private]
 

const string cFileSqlString::GetPriority void   )  const [private]
 

const string cFileSqlString::GetSize void   )  const [private]
 

const string cFileSqlString::GetStoring void   )  const [private]
 

const string cFileSqlString::GetTable void   ) 
 

Return a sql query string containing the definition of the FILE table.

const string cFileSqlString::GetUpdateFile cFile pFile  ) 
 


The documentation for this class was generated from the following files:
Generated on Wed Feb 25 01:15:16 2004 for eDonkeyFilesManager by doxygen 1.3.2