nsPIPlacesDatabase Interface Reference

import "nsPIPlacesDatabase.idl";

List of all members.

Public Member Functions

void finalizeInternalStatements ()
void commitPendingChanges ()

Public Attributes

readonly attribute
mozIStorageConnection 
DBConnection


Detailed Description

This is a private interface used by Places components to get access to the database. If outside consumers wish to use this, they should only read from the database so they do not break any internal invariants.

Definition at line 50 of file nsPIPlacesDatabase.idl.


Member Function Documentation

void nsPIPlacesDatabase::commitPendingChanges (  ) 

Commits all pending history changes, call this before finalizing statements and closing the database connection to ensure safety for all history data.

void nsPIPlacesDatabase::finalizeInternalStatements (  ) 

Finalizes all Places internal statements, allowing to safely close the database connection.


Member Data Documentation

readonly attribute mozIStorageConnection nsPIPlacesDatabase::DBConnection

The database connection used by Places.

Definition at line 55 of file nsPIPlacesDatabase.idl.


The documentation for this interface was generated from the following file:

Generated on Fri Jan 16 21:13:04 2009 for Places by  doxygen 1.5.8