public class IDBObjectStore extends Objs
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier and Type | Field and Description |
---|---|
Objs.Property<DOMStringList> |
indexNames |
Objs.Property<String> |
keyPath |
Objs.Property<String> |
name |
Objs.Property<IDBTransaction> |
transaction |
Modifier | Constructor and Description |
---|---|
protected |
IDBObjectStore(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, valueOf
public Objs.Property<DOMStringList> indexNames
public Objs.Property<String> keyPath
public Objs.Property<String> name
public Objs.Property<IDBTransaction> transaction
protected IDBObjectStore(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 © 2018. All rights reserved.