| Package | Description |
|---|---|
| org.cruxframework.crux.core.client.db |
Contains classes to support a database on client browser.
|
| org.cruxframework.crux.core.client.db.indexeddb |
| Modifier and Type | Field and Description |
|---|---|
protected IDBObjectStore |
IDXFileStore.idbObjectStore |
protected IDBObjectStore |
IDXAbstractObjectStore.idbObjectStore |
| Modifier and Type | Method and Description |
|---|---|
protected abstract <K,V> ObjectStore<K,V> |
IDXAbstractDatabase.getObjectStore(String storeName,
IDBObjectStore idbObjectStore) |
| Constructor and Description |
|---|
IDXAbstractObjectStore(IDXAbstractDatabase db,
IDBObjectStore idbObjectStore) |
IDXFileStore(IDXAbstractDatabase db,
IDBObjectStore idbObjectStore) |
| Modifier and Type | Method and Description |
|---|---|
IDBObjectStore |
IDBDatabase.createObjectStore(String name) |
IDBObjectStore |
IDBDatabase.createObjectStore(String name,
IDBObjectStoreParameters params) |
IDBObjectStore |
IDBIndex.getObjectStore() |
IDBObjectStore |
IDBTransaction.getObjectStore(String name) |
| Modifier and Type | Method and Description |
|---|---|
IDBRequest<IDBObjectStore> |
IDBObjectStore.clear() |
Copyright © 2015. All rights reserved.