import "nsPIPlacesDatabase.idl";
Public Member Functions | |
| void | finalizeInternalStatements () |
| void | commitPendingChanges () |
Public Attributes | |
| readonly attribute mozIStorageConnection | DBConnection |
Definition at line 50 of file nsPIPlacesDatabase.idl.
| 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.
| readonly attribute mozIStorageConnection nsPIPlacesDatabase::DBConnection |
The database connection used by Places.
Definition at line 55 of file nsPIPlacesDatabase.idl.
1.5.8