Haxe API Documentation
Back | Index
extern class js.html.sql.Database
Available in 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.
var version(default,null) : String
function changeVersion(oldVersion : String, newVersion : String, ?callback_ : TransactionCallback, ?errorCallback : TransactionErrorCallback, ?successCallback : js.html.VoidCallback) : Void
function readTransaction(callback_ : TransactionCallback, ?errorCallback : TransactionErrorCallback, ?successCallback : js.html.VoidCallback) : Void
function transaction(callback_ : TransactionCallback, ?errorCallback : TransactionErrorCallback, ?successCallback : js.html.VoidCallback) : Void
Back | Index