public class IDBObjectStore
extends net.java.html.lib.Objs
| Modifier and Type | Field and Description |
|---|---|
net.java.html.lib.Objs.Property<DOMStringList> |
indexNames |
net.java.html.lib.Objs.Property<String> |
keyPath |
net.java.html.lib.Objs.Property<String> |
name |
net.java.html.lib.Objs.Property<IDBTransaction> |
transaction |
| Modifier | Constructor and Description |
|---|---|
protected |
IDBObjectStore(net.java.html.lib.Objs.Constructor<?> c,
Object js) |
| Modifier and Type | Method and Description |
|---|---|
static IDBObjectStore |
$as(Object obj) |
IDBRequest |
add(Object value) |
IDBRequest |
add(Object value,
Object key) |
IDBRequest |
clear() |
IDBRequest |
count() |
IDBRequest |
count(Object key) |
IDBIndex |
createIndex(String name,
String keyPath) |
IDBIndex |
createIndex(String name,
String keyPath,
Object optionalParameters) |
IDBRequest |
delete(Object key) |
void |
deleteIndex(String indexName) |
IDBRequest |
get(Object key) |
IDBIndex |
index(String name) |
DOMStringList |
indexNames() |
String |
keyPath() |
String |
name() |
IDBRequest |
openCursor() |
IDBRequest |
openCursor(Object range) |
IDBRequest |
openCursor(Object range,
String direction) |
IDBRequest |
put(Object value) |
IDBRequest |
put(Object value,
Object key) |
IDBTransaction |
transaction() |
$as, $cast, $delete, $get, $js, $set, create, create, defineProperties, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, newObject, newObject, preventExtensions, propertyIsEnumerable, seal, toLocaleString, toString, valueOfpublic net.java.html.lib.Objs.Property<DOMStringList> indexNames
public net.java.html.lib.Objs.Property<String> keyPath
public net.java.html.lib.Objs.Property<String> name
public net.java.html.lib.Objs.Property<IDBTransaction> transaction
protected IDBObjectStore(net.java.html.lib.Objs.Constructor<?> c,
Object js)
public static IDBObjectStore $as(Object obj)
public DOMStringList indexNames()
public String keyPath()
public String name()
public IDBTransaction transaction()
public IDBRequest add(Object value, Object key)
public IDBRequest add(Object value)
public IDBRequest clear()
public IDBRequest count(Object key)
public IDBRequest count()
public IDBRequest delete(Object key)
public void deleteIndex(String indexName)
public IDBRequest get(Object key)
public IDBRequest openCursor(Object range, String direction)
public IDBRequest openCursor()
public IDBRequest openCursor(Object range)
public IDBRequest put(Object value, Object key)
public IDBRequest put(Object value)
Copyright © 2021. All rights reserved.