| 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 IDBIndex |
IDXIndex.idbIndex |
| Constructor and Description |
|---|
IDXIndex(IDXAbstractDatabase db,
IDBIndex idbIndex) |
| Modifier and Type | Method and Description |
|---|---|
IDBIndex |
IDBObjectStore.createIndex(String name,
String keyPath) |
IDBIndex |
IDBObjectStore.createIndex(String name,
String[] keyPath) |
IDBIndex |
IDBObjectStore.createIndex(String name,
String[] keyPath,
IDBIndexParameters params) |
IDBIndex |
IDBObjectStore.createIndex(String name,
String keyPath,
IDBIndexParameters params) |
IDBIndex |
IDBObjectStore.createIndexNative(String name,
com.google.gwt.core.client.JsArrayString keyPath) |
IDBIndex |
IDBObjectStore.getIndex(String name) |
Copyright © 2015. All rights reserved.