class js.html.sql.Database
Available on js
This content covers features introduced in Firefox 3.
This document provides a high-level overview of the overall database design of the Places system. Places is designed to be a complete replacement for the Firefox bookmarks and history systems using Storage.
View the schema diagram.
Documentation for this class was provided by MDN.
Instance Fields
function changeVersion(oldVersion:String, newVersion:String, ?callback_:TransactionCallback, ?errorCallback:TransactionErrorCallback, ?successCallback:VoidCallback):Void
function readTransaction(callback_:TransactionCallback, ?errorCallback:TransactionErrorCallback, ?successCallback:VoidCallback):Void
function transaction(callback_:TransactionCallback, ?errorCallback:TransactionErrorCallback, ?successCallback:VoidCallback):Void