| Package | Description |
|---|---|
| org.cruxframework.crux.core.client.db.indexeddb |
| Modifier and Type | Method and Description |
|---|---|
static IDBIndexParameters |
IDBIndexParameters.create() |
static IDBIndexParameters |
IDBIndexParameters.create(boolean unique,
boolean multiEntry) |
| Modifier and Type | Method and Description |
|---|---|
IDBIndex |
IDBObjectStore.createIndex(String name,
String[] keyPath,
IDBIndexParameters params) |
IDBIndex |
IDBObjectStore.createIndex(String name,
String keyPath,
IDBIndexParameters params) |
Copyright © 2015. All rights reserved.