Struct trackdata
Defined in File trackDB.hpp
Struct Documentation
-
struct trackdata
the music meta data’s struct
Public Functions
-
trackdata(stmt *dbstate)
Constructor. typically used for returning search results.
- Parameters:
dbstate – the sqlite statement
-
trackdata(const std::string &trackTitle__ = "")
Construct used for filtering track entries.
Use this constructor to specify filtering conditions for a search query. Leave parameters blank
- Parameters:
trackTitle__ – the title of the track
-
bool GenSearchSTMT(stmt &dbstate, sqlite3 *db)
generates the search statement
- Parameters:
dbstate – statement pointer
db – Root DB
- Returns:
true
- Returns:
false
-
trackdata(stmt *dbstate)