mozIStorageService Interface Reference

import "mozIStorageService.idl";

List of all members.

Public Member Functions

mozIStorageConnection getProfileStorage (in string aStorageKey)
mozIStorageConnection openDatabase (in nsIFile aDatabaseFile)


Member Function Documentation

mozIStorageConnection mozIStorageService::getProfileStorage in string  aStorageKey  ) 
 

Get a connection to the local profile storage.

Parameters:
aStorageKey a string key identifying the type of storage requested. Valid values include: "profile", "cert".
Returns:
a mozIStorageConnection corresponding to the appropriate storage for the current thread. (XXX - always returns same one for now, need to add threading)

mozIStorageConnection mozIStorageService::openDatabase in nsIFile  aDatabaseFile  ) 
 

Open a connection to the specified file.

Parameters:
aDatabaseFile a nsIFile of the database to open.
Returns:
a mozIStorageConnection corresponding to the appropriate storage for the current thread. (XXX - always returns same one for now, need to add threading)


The documentation for this interface was generated from the following file:
Generated on Sun Jan 29 09:41:52 2006 by  doxygen 1.4.5