#include <dbaccess.h>

Definition at line 31 of file dbaccess.h.
Public Types | |
| typedef std::vector< entry > | entry_list |
Public Member Functions | |
| int | add (int id, int value) |
| bool | get (int id, entry &values) |
| void | remove (int id, int value) |
| void | remove (int id) |
| bool | exists (int id, int value) |
| bool | exists (int id) |
| void | load_data () |
Protected Member Functions | |
| MultiValue (MultiValueImp *imp) | |
| virtual | ~MultiValue () |
Private Attributes | |
| MultiValueImp * | m_imp |
Classes | |
| struct | entry |
| typedef std::vector<entry> MultiValue::entry_list |
Definition at line 40 of file dbaccess.h.
| MultiValue::MultiValue | ( | MultiValueImp * | imp | ) | [protected] |
Definition at line 453 of file dbaccess.cpp.
| MultiValue::~MultiValue | ( | ) | [protected, virtual] |
Definition at line 457 of file dbaccess.cpp.
| int MultiValue::add | ( | int | id, | |
| int | value | |||
| ) |
Definition at line 461 of file dbaccess.cpp.
Referenced by MetadataImp::updateCast(), MetadataImp::updateCountries(), and MetadataImp::updateGenres().
Definition at line 466 of file dbaccess.cpp.
Referenced by MetadataImp::fillCast(), MetadataImp::fillCountries(), and MetadataImp::fillGenres().
| void MultiValue::remove | ( | int | id, | |
| int | value | |||
| ) |
Definition at line 471 of file dbaccess.cpp.
Referenced by MetadataImp::dropFromDB(), MetadataImp::updateCast(), MetadataImp::updateCountries(), and MetadataImp::updateGenres().
| void MultiValue::remove | ( | int | id | ) |
Definition at line 476 of file dbaccess.cpp.
| bool MultiValue::exists | ( | int | id, | |
| int | value | |||
| ) |
Definition at line 481 of file dbaccess.cpp.
| bool MultiValue::exists | ( | int | id | ) |
Definition at line 486 of file dbaccess.cpp.
| void MultiValue::load_data | ( | ) |
Definition at line 491 of file dbaccess.cpp.
Referenced by VideoCastMap::getCastMap(), VideoCountryMap::getCountryMap(), and VideoGenreMap::getGenreMap().
MultiValueImp* MultiValue::m_imp [private] |
Definition at line 57 of file dbaccess.h.
Referenced by add(), exists(), get(), load_data(), and remove().
1.5.5