|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IDBObjectStoreParameters | |
|---|---|
| org.cruxframework.crux.core.client.db.indexeddb | |
| Uses of IDBObjectStoreParameters in org.cruxframework.crux.core.client.db.indexeddb |
|---|
| Methods in org.cruxframework.crux.core.client.db.indexeddb that return IDBObjectStoreParameters | |
|---|---|
static IDBObjectStoreParameters |
IDBObjectStoreParameters.create()
|
static IDBObjectStoreParameters |
IDBObjectStoreParameters.create(String[] keyPath,
boolean autoIncrement)
|
static IDBObjectStoreParameters |
IDBObjectStoreParameters.create(String keyPath,
boolean autoIncrement)
|
| Methods in org.cruxframework.crux.core.client.db.indexeddb with parameters of type IDBObjectStoreParameters | |
|---|---|
IDBObjectStore |
IDBDatabase.createObjectStore(String name,
IDBObjectStoreParameters params)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||