Public Member Functions | |
| CollectionDB (string dbfname) | |
| void | InsertTrack (CollectionTrack track) |
| void | PopulateOneSongsTable () |
| ~CollectionDB () | |
Protected Attributes | |
| sqlite3 * | db |
| sqlite3_stmt * | pStmt |
Definition at line 79 of file plaibuildlib.cpp.
| CollectionDB | ( | string | dbfname | ) |
| ~CollectionDB | ( | ) |
| void InsertTrack | ( | CollectionTrack | track | ) |
Definition at line 171 of file plaibuildlib.cpp.
References pStmt.
Referenced by main().
Here is the caller graph for this function:

| void PopulateOneSongsTable | ( | ) |
Definition at line 185 of file plaibuildlib.cpp.
References db.
Referenced by main().
Here is the caller graph for this function:

sqlite3* db [protected] |
Definition at line 87 of file plaibuildlib.cpp.
Referenced by CollectionDB(), PopulateOneSongsTable(), and ~CollectionDB().
sqlite3_stmt* pStmt [protected] |
Definition at line 88 of file plaibuildlib.cpp.
Referenced by CollectionDB(), InsertTrack(), and ~CollectionDB().
1.5.1