#include <cMusicSqlString.h>
Public Member Functions | |
| cMusicSqlString (void) | |
| Constructor. | |
| ~cMusicSqlString (void) | |
| Destructor. | |
| const string | GetTable (void) |
| Return a string containning the definition of the MUSIC table. | |
| const string | GetMusic (void) const |
| const string | GetData (const string sMd4) |
| const string | GetInsertEntry2Music (cMusic *pMusic) |
| const string | GetUpdateMusic (cMusic *pMusic) |
| 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 | GetArtist (void) const |
| const string | GetAlbum (void) const |
| const string | GetGenre (void) const |
| const string | GetLanguage (void) const |
| const string | GetSongs (void) const |
|
|
Constructor.
|
|
|
Destructor.
|
|
|
|
|
|
Check the order in GetTable().
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Return a string containning the definition of the MUSIC table.
|
|
|
|
1.3.2