#include "zmmf/zmmf.h"#include "cds_objects.h"#include "dictionary.h"#include "storage.h"#include "hash.h"#include "sync.h"#include "storage_cache.h"Go to the source code of this file.
Data Structures | |
| class | SQLRow |
| class | SQLResult |
| class | SQLStorage |
| class | SQLStorage::ChangedContainersStr |
| class | SQLStorage::AddUpdateTable |
Defines | |
| #define | QTB table_quote_begin |
| #define | QTE table_quote_end |
| #define | CDS_OBJECT_TABLE "mt_cds_object" |
| #define | CDS_ACTIVE_ITEM_TABLE "mt_cds_active_item" |
| #define | INTERNAL_SETTINGS_TABLE "mt_internal_setting" |
| #define | AUTOSCAN_TABLE "mt_autoscan" |
Definition in file sql_storage.h.
| #define AUTOSCAN_TABLE "mt_autoscan" |
Definition at line 49 of file sql_storage.h.
Referenced by SQLStorage::_checkOverlappingAutoscans(), SQLStorage::_getAutoscanDirectoryInfo(), SQLStorage::_getAutoscanObjectID(), SQLStorage::_removeObjects(), SQLStorage::addAutoscanDirectory(), SQLStorage::autoscanUpdateLM(), SQLStorage::getAutoscanDirectory(), SQLStorage::getAutoscanList(), SQLStorage::removeAutoscanDirectory(), SQLStorage::removeAutoscanDirectoryByObjectID(), SQLStorage::updateAutoscanDirectory(), and SQLStorage::updateAutoscanPersistentList().
| #define CDS_ACTIVE_ITEM_TABLE "mt_cds_active_item" |
Definition at line 47 of file sql_storage.h.
Referenced by SQLStorage::_addUpdateObject(), SQLStorage::_removeObjects(), and SQLStorage::createObjectFromRow().
| #define CDS_OBJECT_TABLE "mt_cds_object" |
Definition at line 46 of file sql_storage.h.
Referenced by SQLStorage::_addUpdateObject(), SQLStorage::_autoscanChangePersistentFlag(), SQLStorage::_purgeEmptyContainers(), SQLStorage::_recursiveRemove(), SQLStorage::_removeObjects(), SQLStorage::addContainerChain(), SQLStorage::addObject(), SQLStorage::browse(), SQLStorage::buildContainerPath(), SQLStorage::clearFlagInDB(), SQLStorage::createContainer(), SQLStorage::getAutoscanDirectory(), SQLStorage::getAutoscanList(), SQLStorage::getChildCount(), SQLStorage::getMimeTypes(), SQLStorage::getObjects(), SQLStorage::getPathIDs(), SQLStorage::getServiceObjectIDs(), SQLStorage::getTotalFiles(), SQLStorage::incrementUpdateIDs(), SQLStorage::loadLastID(), SQLStorage::removeObject(), SQLStorage::removeObjects(), and SQLStorage::updateObject().
| #define INTERNAL_SETTINGS_TABLE "mt_internal_setting" |
Definition at line 48 of file sql_storage.h.
Referenced by SQLStorage::getInternalSetting().
| #define QTB table_quote_begin |
Definition at line 43 of file sql_storage.h.
| #define QTE table_quote_end |
Definition at line 44 of file sql_storage.h.
1.6.1