#include <nscore.h>
#include "sqlite3.h"
#include <deque>
#include <list>
#include <map>
#include "DatabaseQuery.h"
#include "sbIDatabaseEngine.h"
#include <prmon.h>
#include <prlog.h>
#include <nsAutoLock.h>
#include <nsAutoPtr.h>
#include <nsCOMArray.h>
#include <nsRefPtrHashtable.h>
#include <nsServiceManagerUtils.h>
#include <nsIIdleService.h>
#include <nsIThread.h>
#include <nsIThreadPool.h>
#include <nsThreadUtils.h>
#include <nsIRunnable.h>
#include <nsIObserver.h>
#include <nsStringGlue.h>
#include <nsTArray.h>
#include <nsITimer.h>
#include "sbLeadingNumbers.h"
Go to the source code of this file.
|
void | SQLiteUpdateHook (void *pData, int nOp, const char *pArgA, const char *pArgB, sqlite_int64 nRowID) |
|
#define SONGBIRD_DATABASEENGINE_CID |
Value:{ \
0x67d9edfd, \
0x9a76, \
0x4d60, \
{0x9d, 0x76, 0x59, 0x18, 0x18, 0x1, 0xe1, 0x93} \
}
Definition at line 71 of file DatabaseEngine.h.
#define SONGBIRD_DATABASEENGINE_CLASSNAME "Songbird Database Engine Interface" |
#define SONGBIRD_DATABASEENGINE_CONTRACTID "@songbirdnest.com/Songbird/DatabaseEngine;1" |
void SQLiteUpdateHook |
( |
void * |
pData, |
|
|
int |
nOp, |
|
|
const char * |
pArgA, |
|
|
const char * |
pArgB, |
|
|
sqlite_int64 |
nRowID |
|
) |
| |