CollectionDB Class Reference

List of all members.

Public Member Functions

 CollectionDB (string dbfname)
void InsertTrack (CollectionTrack track)
void PopulateOneSongsTable ()
 ~CollectionDB ()

Protected Attributes

sqlite3 * db
sqlite3_stmt * pStmt

Detailed Description

Definition at line 79 of file plaibuildlib.cpp.


Constructor & Destructor Documentation

CollectionDB ( string  dbfname  ) 

Definition at line 154 of file plaibuildlib.cpp.

References db, and pStmt.

~CollectionDB (  ) 

Definition at line 164 of file plaibuildlib.cpp.

References db, and pStmt.


Member Function Documentation

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:


Member Data Documentation

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().


The documentation for this class was generated from the following file:
Generated on Mon Aug 6 21:24:43 2007 for plai by  doxygen 1.5.1