2009-03-31 14:26:16 +00:00
|
|
|
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
|
2009-04-13 16:29:41 +00:00
|
|
|
* vim: sw=2 ts=2 et lcs=trail\:.,tab\:>~ :
|
2012-05-21 11:12:37 +00:00
|
|
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
2004-10-09 00:04:10 +00:00
|
|
|
|
2010-06-01 12:38:00 +00:00
|
|
|
#ifndef MOZSTORAGESERVICE_H
|
|
|
|
#define MOZSTORAGESERVICE_H
|
2004-10-09 00:04:10 +00:00
|
|
|
|
|
|
|
#include "nsCOMPtr.h"
|
2009-07-15 17:49:05 +00:00
|
|
|
#include "nsICollation.h"
|
2004-10-09 00:04:10 +00:00
|
|
|
#include "nsIFile.h"
|
2013-11-07 05:35:30 +00:00
|
|
|
#include "nsIMemoryReporter.h"
|
2006-02-16 02:59:42 +00:00
|
|
|
#include "nsIObserver.h"
|
2011-12-05 23:02:59 +00:00
|
|
|
#include "nsTArray.h"
|
2009-07-15 17:49:05 +00:00
|
|
|
#include "mozilla/Mutex.h"
|
2004-10-09 00:04:10 +00:00
|
|
|
|
|
|
|
#include "mozIStorageService.h"
|
|
|
|
|
2012-01-03 08:27:05 +00:00
|
|
|
class nsIMemoryReporter;
|
2008-11-19 06:11:30 +00:00
|
|
|
class nsIXPConnect;
|
2013-01-29 21:38:37 +00:00
|
|
|
struct sqlite3_vfs;
|
2006-07-26 18:54:12 +00:00
|
|
|
|
2009-03-31 14:26:16 +00:00
|
|
|
namespace mozilla {
|
|
|
|
namespace storage {
|
2006-07-26 18:54:12 +00:00
|
|
|
|
2011-12-05 23:02:59 +00:00
|
|
|
class Connection;
|
2013-12-08 05:39:47 +00:00
|
|
|
class Service : public mozIStorageService
|
2009-03-31 14:26:16 +00:00
|
|
|
, public nsIObserver
|
2013-12-08 05:39:47 +00:00
|
|
|
, public nsIMemoryReporter
|
2009-03-31 14:26:16 +00:00
|
|
|
{
|
2004-10-09 00:04:10 +00:00
|
|
|
public:
|
2009-03-31 14:26:16 +00:00
|
|
|
/**
|
|
|
|
* Initializes the service. This must be called before any other function!
|
|
|
|
*/
|
|
|
|
nsresult initialize();
|
|
|
|
|
2009-07-15 17:49:05 +00:00
|
|
|
/**
|
|
|
|
* Compares two strings using the Service's locale-aware collation.
|
|
|
|
*
|
|
|
|
* @param aStr1
|
|
|
|
* The string to be compared against aStr2.
|
|
|
|
* @param aStr2
|
|
|
|
* The string to be compared against aStr1.
|
|
|
|
* @param aComparisonStrength
|
|
|
|
* The sorting strength, one of the nsICollation constants.
|
|
|
|
* @return aStr1 - aStr2. That is, if aStr1 < aStr2, returns a negative
|
|
|
|
* number. If aStr1 > aStr2, returns a positive number. If
|
|
|
|
* aStr1 == aStr2, returns 0.
|
|
|
|
*/
|
|
|
|
int localeCompareStrings(const nsAString &aStr1,
|
|
|
|
const nsAString &aStr2,
|
2012-08-22 15:56:38 +00:00
|
|
|
int32_t aComparisonStrength);
|
2009-07-15 17:49:05 +00:00
|
|
|
|
2009-03-31 14:26:16 +00:00
|
|
|
static Service *getSingleton();
|
2006-02-16 02:59:42 +00:00
|
|
|
|
2013-07-19 02:24:15 +00:00
|
|
|
NS_DECL_THREADSAFE_ISUPPORTS
|
2009-03-31 14:26:16 +00:00
|
|
|
NS_DECL_MOZISTORAGESERVICE
|
|
|
|
NS_DECL_NSIOBSERVER
|
2013-12-08 05:39:47 +00:00
|
|
|
NS_DECL_NSIMEMORYREPORTER
|
2013-11-07 05:35:30 +00:00
|
|
|
|
2009-03-31 14:26:16 +00:00
|
|
|
/**
|
|
|
|
* Obtains an already AddRefed pointer to XPConnect. This is used by
|
|
|
|
* language helpers.
|
|
|
|
*/
|
|
|
|
static already_AddRefed<nsIXPConnect> getXPConnect();
|
2004-10-09 00:04:10 +00:00
|
|
|
|
2010-08-06 17:28:46 +00:00
|
|
|
/**
|
|
|
|
* Obtains the cached data for the toolkit.storage.synchronous preference.
|
|
|
|
*/
|
2012-08-22 15:56:38 +00:00
|
|
|
static int32_t getSynchronousPref();
|
2010-08-06 17:28:46 +00:00
|
|
|
|
2013-04-05 00:14:46 +00:00
|
|
|
/**
|
|
|
|
* Obtains the default page size for this platform. The default value is
|
|
|
|
* specified in the SQLite makefile (SQLITE_DEFAULT_PAGE_SIZE) but it may be
|
|
|
|
* overriden with the PREF_TS_PAGESIZE hidden preference.
|
|
|
|
*/
|
|
|
|
static int32_t getDefaultPageSize()
|
|
|
|
{
|
|
|
|
return sDefaultPageSize;
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Returns a boolean value indicating whether or not the given page size is
|
|
|
|
* valid (currently understood as a power of 2 between 512 and 65536).
|
|
|
|
*/
|
|
|
|
static bool pageSizeIsValid(int32_t aPageSize)
|
|
|
|
{
|
|
|
|
return aPageSize == 512 || aPageSize == 1024 || aPageSize == 2048 ||
|
|
|
|
aPageSize == 4096 || aPageSize == 8192 || aPageSize == 16384 ||
|
|
|
|
aPageSize == 32768 || aPageSize == 65536;
|
|
|
|
}
|
|
|
|
|
2011-12-05 23:02:59 +00:00
|
|
|
/**
|
|
|
|
* Registers the connection with the storage service. Connections are
|
|
|
|
* registered so they can be iterated over.
|
|
|
|
*
|
|
|
|
* @pre mRegistrationMutex is not held
|
|
|
|
*
|
|
|
|
* @param aConnection
|
|
|
|
* The connection to register.
|
|
|
|
*/
|
|
|
|
void registerConnection(Connection *aConnection);
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Unregisters the connection with the storage service.
|
|
|
|
*
|
|
|
|
* @pre mRegistrationMutex is not held
|
|
|
|
*
|
|
|
|
* @param aConnection
|
|
|
|
* The connection to unregister.
|
|
|
|
*/
|
|
|
|
void unregisterConnection(Connection *aConnection);
|
|
|
|
|
|
|
|
/**
|
2012-01-03 08:27:05 +00:00
|
|
|
* Gets the list of open connections. Note that you must test each
|
|
|
|
* connection with mozIStorageConnection::connectionReady before doing
|
|
|
|
* anything with it, and skip it if it's not ready.
|
2011-12-05 23:02:59 +00:00
|
|
|
*
|
|
|
|
* @pre mRegistrationMutex is not held
|
|
|
|
*
|
|
|
|
* @param aConnections
|
|
|
|
* An inout param; it is cleared and the connections are appended to
|
|
|
|
* it.
|
|
|
|
* @return The open connections.
|
|
|
|
*/
|
2015-10-18 05:24:48 +00:00
|
|
|
void getConnections(nsTArray<RefPtr<Connection> >& aConnections);
|
2011-12-05 23:02:59 +00:00
|
|
|
|
2004-10-09 00:04:10 +00:00
|
|
|
private:
|
2009-07-15 17:49:05 +00:00
|
|
|
Service();
|
2009-03-31 14:26:16 +00:00
|
|
|
virtual ~Service();
|
2008-03-20 01:37:04 +00:00
|
|
|
|
2009-03-31 14:26:16 +00:00
|
|
|
/**
|
2009-07-15 17:49:05 +00:00
|
|
|
* Used for 1) locking around calls when initializing connections so that we
|
|
|
|
* can ensure that the state of sqlite3_enable_shared_cache is sane and 2)
|
|
|
|
* synchronizing access to mLocaleCollation.
|
2009-03-31 14:26:16 +00:00
|
|
|
*/
|
2009-07-15 17:49:05 +00:00
|
|
|
Mutex mMutex;
|
2011-07-21 18:12:31 +00:00
|
|
|
|
2013-01-29 21:38:37 +00:00
|
|
|
sqlite3_vfs *mSqliteVFS;
|
|
|
|
|
2011-12-05 23:02:59 +00:00
|
|
|
/**
|
|
|
|
* Protects mConnections.
|
|
|
|
*/
|
|
|
|
Mutex mRegistrationMutex;
|
|
|
|
|
|
|
|
/**
|
|
|
|
* The list of connections we have created. Modifications to it are
|
|
|
|
* protected by |mRegistrationMutex|.
|
|
|
|
*/
|
2015-10-18 05:24:48 +00:00
|
|
|
nsTArray<RefPtr<Connection> > mConnections;
|
2011-12-05 23:02:59 +00:00
|
|
|
|
2014-03-27 10:19:49 +00:00
|
|
|
/**
|
|
|
|
* Frees as much heap memory as possible from all of the known open
|
|
|
|
* connections.
|
|
|
|
*/
|
|
|
|
void minimizeMemory();
|
|
|
|
|
2009-03-31 14:26:16 +00:00
|
|
|
/**
|
|
|
|
* Shuts down the storage service, freeing all of the acquired resources.
|
|
|
|
*/
|
|
|
|
void shutdown();
|
2006-02-16 02:59:42 +00:00
|
|
|
|
2009-07-15 17:49:05 +00:00
|
|
|
/**
|
|
|
|
* Lazily creates and returns a collation created from the application's
|
|
|
|
* locale that all statements of all Connections of this Service may use.
|
|
|
|
* Since the collation's lifetime is that of the Service and no statement may
|
|
|
|
* execute outside the lifetime of the Service, this method returns a raw
|
|
|
|
* pointer.
|
|
|
|
*/
|
|
|
|
nsICollation *getLocaleCollation();
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Lazily created collation that all statements of all Connections of this
|
|
|
|
* Service may use. The collation is created from the application's locale.
|
|
|
|
*
|
|
|
|
* @note Collation implementations are platform-dependent and in general not
|
|
|
|
* thread-safe. Access to this collation should be synchronized.
|
|
|
|
*/
|
|
|
|
nsCOMPtr<nsICollation> mLocaleCollation;
|
|
|
|
|
2009-03-31 14:26:16 +00:00
|
|
|
nsCOMPtr<nsIFile> mProfileStorageFile;
|
2008-11-19 06:11:30 +00:00
|
|
|
|
2013-09-19 22:52:30 +00:00
|
|
|
nsCOMPtr<nsIMemoryReporter> mStorageSQLiteReporter;
|
2012-01-03 08:27:05 +00:00
|
|
|
|
2009-03-31 14:26:16 +00:00
|
|
|
static Service *gService;
|
|
|
|
|
|
|
|
static nsIXPConnect *sXPConnect;
|
2010-08-06 17:28:46 +00:00
|
|
|
|
2012-08-22 15:56:38 +00:00
|
|
|
static int32_t sSynchronousPref;
|
2013-04-05 00:14:46 +00:00
|
|
|
static int32_t sDefaultPageSize;
|
2004-10-09 00:04:10 +00:00
|
|
|
};
|
|
|
|
|
2009-03-31 14:26:16 +00:00
|
|
|
} // namespace storage
|
|
|
|
} // namespace mozilla
|
|
|
|
|
2010-06-01 12:38:00 +00:00
|
|
|
#endif /* MOZSTORAGESERVICE_H */
|