![]() |
Mixxx
|
#include <QObject>
#include <QSqlDatabase>
#include "library/dao/dao.h"
#include "util.h"
Go to the source code of this file.
Classes | |
class | PlaylistDAO |
Defines | |
#define | PLAYLIST_TABLE "Playlists" |
#define | PLAYLIST_TRACKS_TABLE "PlaylistTracks" |
Variables | |
const QString | PLAYLISTTRACKSTABLE_TRACKID = "track_id" |
const QString | PLAYLISTTRACKSTABLE_POSITION = "position" |
const QString | PLAYLISTTRACKSTABLE_PLAYLISTID = "playlist_id" |
#define PLAYLIST_TABLE "Playlists" |
Definition at line 10 of file playlistdao.h.
#define PLAYLIST_TRACKS_TABLE "PlaylistTracks" |
Definition at line 11 of file playlistdao.h.
const QString PLAYLISTTRACKSTABLE_PLAYLISTID = "playlist_id" |
Definition at line 15 of file playlistdao.h.
const QString PLAYLISTTRACKSTABLE_POSITION = "position" |
Definition at line 14 of file playlistdao.h.
const QString PLAYLISTTRACKSTABLE_TRACKID = "track_id" |
Definition at line 13 of file playlistdao.h.