DatabaseQuery.cpp File Reference
#include "DatabaseQuery.h"
#include "DatabaseEngine.h"
#include "DatabasePreparedStatement.h"
#include <prlog.h>
#include <prmem.h>
#include <nsMemory.h>
#include <nsXPCOM.h>
#include <nsServiceManagerUtils.h>
#include <nsStringGlue.h>
#include <nsAutoLock.h>
#include <nsNetUtil.h>
#include <nsIServiceManager.h>
#include <nsThreadUtils.h>
#include <nsSupportsArray.h>
#include <nsIClassInfoImpl.h>
#include <nsIProgrammingLanguage.h>
#include <nsIProxyObjectManager.h>
#include <sbProxiedComponentManager.h>
#include <sbLockUtils.h>
Include dependency graph for DatabaseQuery.cpp:

Go to the source code of this file.

Macros

#define DATABASEQUERY_DEFAULT_CALLBACK_SLOTS   (2)
 
#define LOG(args)   /* nothing */
 

Functions

NS_INTERFACE_MAP_END NS_IMPL_CI_INTERFACE_GETTER1 (CDatabaseQuery, sbIDatabaseQuery) CDatabaseQuery
 

Macro Definition Documentation

#define DATABASEQUERY_DEFAULT_CALLBACK_SLOTS   (2)

Definition at line 61 of file DatabaseQuery.cpp.

#define LOG (   args)    /* nothing */

Definition at line 67 of file DatabaseQuery.cpp.

Function Documentation

NS_INTERFACE_MAP_END NS_IMPL_CI_INTERFACE_GETTER1 ( CDatabaseQuery  ,
sbIDatabaseQuery   
)

Definition at line 85 of file DatabaseQuery.cpp.