#include <cMovieSqlString.h>
Public Member Functions | |
| cMovieSqlString (void) | |
| Constructor. | |
| ~cMovieSqlString (void) | |
| Destructor. | |
| const string | GetTable (void) |
| Return a string containning the definition of the FILE table. | |
| const string | GetData (const string sMd4) |
| const string | GetMovie (void) const |
| const string | GetInsertEntry2Movie (cMovie *Movie) |
| const string | GetUpdateMovie (cMovie *pMovie) |
| 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 | GetDirector (void) const |
| const string | GetRuntime (void) const |
| const string | GetCountry (void) const |
| const string | GetLanguage (void) const |
| const string | GetMpaa (void) const |
| const string | GetImdbUrl (void) const |
| const string | GetCertification (void) const |
| const string | GetCastname (void) const |
|
|
Constructor.
|
|
|
Destructor.
|
|
|
Check the order in GetTable().
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Return a string containning the definition of the FILE table.
|
|
|
|
1.3.2