Web SQL Database
- Source:
Members
(static) isSupported :Boolean
Web SQL Databaseが使用可能であるかの判定結果
Type:
- Boolean
- Source:
Methods
(static) open(name, versionopt, displayNameopt, estimatedSizeopt) → {DatabaseWrapper}
データベースに接続します。
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
name |
String | データベース名 | |
version |
String |
<optional> |
バージョン |
displayName |
String |
<optional> |
表示用データベース名 |
estimatedSize |
Number |
<optional> |
見込み容量(バイト) |
Returns:
Databaseオブジェクト
- Type
- DatabaseWrapper
- Source: