| Package | Description |
|---|---|
| org.cruxframework.crux.core.client.db.indexeddb |
| Modifier and Type | Method and Description |
|---|---|
static IDBObjectStoreParameters |
IDBObjectStoreParameters.create() |
static IDBObjectStoreParameters |
IDBObjectStoreParameters.create(String[] keyPath,
boolean autoIncrement) |
static IDBObjectStoreParameters |
IDBObjectStoreParameters.create(String keyPath,
boolean autoIncrement) |
| Modifier and Type | Method and Description |
|---|---|
IDBObjectStore |
IDBDatabase.createObjectStore(String name,
IDBObjectStoreParameters params) |
Copyright © 2015. All rights reserved.