Back to Seed Clases

WebKit


Classes

Interfaces

Structs

Unions

Enums

GObject.Object
parent-child marker WebKit.WebDatabase

Class WebKit.WebDatabase

Import line: WebKit = imports.gi.WebKit;
GIR File: WebKit-3.0.gir
C documentation: WebKitWebDatabase
Class : WebDatabase
Extends: GObject.Object
WebKitWebDatabase is a representation of a Web Database database. The
proposed Web Database standard introduces support for SQL databases that web
sites can create and access on a local computer through JavaScript.
To get access to all databases defined by a security origin, use
webkit_security_origin_get_databases. Each database has a canonical
name, as well as a user-friendly display name.
WebKit uses SQLite to create and access the local SQL databases. The location
of a WebKitWebDatabase can be accessed wth webkit_web_database_get_filename.
You can configure the location of all databases with
webkit_set_database_directory_path.
For each database the web site can define an estimated size which can be
accessed with webkit_web_database_get_expected_size. The current size of the
database in bytes is returned by webkit_web_database_get_size.
For more information refer to the Web Database specification proposal at
http://dev.w3.org/html5/webdatabase
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
Events
None
Used by These Methods / Signals / Properties- Nowhere other than here
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:18:02 GMT+0800 (HKT)