|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IDBObjectStore | |
|---|---|
| org.cruxframework.crux.core.client.db | Contains classes to support a database on client browser. |
| org.cruxframework.crux.core.client.db.indexeddb | |
| Uses of IDBObjectStore in org.cruxframework.crux.core.client.db |
|---|
| Fields in org.cruxframework.crux.core.client.db declared as IDBObjectStore | |
|---|---|
protected IDBObjectStore |
IDXFileStore.idbObjectStore
|
protected IDBObjectStore |
IDXAbstractObjectStore.idbObjectStore
|
| Methods in org.cruxframework.crux.core.client.db with parameters of type IDBObjectStore | ||
|---|---|---|
protected abstract
|
IDXAbstractDatabase.getObjectStore(String storeName,
IDBObjectStore idbObjectStore)
|
|
| Constructors in org.cruxframework.crux.core.client.db with parameters of type IDBObjectStore | |
|---|---|
IDXAbstractObjectStore(IDXAbstractDatabase db,
IDBObjectStore idbObjectStore)
|
|
IDXFileStore(IDXAbstractDatabase db,
IDBObjectStore idbObjectStore)
|
|
| Uses of IDBObjectStore in org.cruxframework.crux.core.client.db.indexeddb |
|---|
| Methods in org.cruxframework.crux.core.client.db.indexeddb that return IDBObjectStore | |
|---|---|
IDBObjectStore |
IDBDatabase.createObjectStore(String name)
|
IDBObjectStore |
IDBDatabase.createObjectStore(String name,
IDBObjectStoreParameters params)
|
IDBObjectStore |
IDBIndex.getObjectStore()
|
IDBObjectStore |
IDBTransaction.getObjectStore(String name)
|
| Methods in org.cruxframework.crux.core.client.db.indexeddb that return types with arguments of type IDBObjectStore | |
|---|---|
IDBRequest<IDBObjectStore> |
IDBObjectStore.clear()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||