|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IDBIndex | |
|---|---|
| org.cruxframework.crux.core.client.db | Contains classes to support a database on client browser. |
| org.cruxframework.crux.core.client.db.indexeddb | |
| Uses of IDBIndex in org.cruxframework.crux.core.client.db |
|---|
| Fields in org.cruxframework.crux.core.client.db declared as IDBIndex | |
|---|---|
protected IDBIndex |
IDXIndex.idbIndex
|
| Constructors in org.cruxframework.crux.core.client.db with parameters of type IDBIndex | |
|---|---|
IDXIndex(IDXAbstractDatabase db,
IDBIndex idbIndex)
|
|
| Uses of IDBIndex in org.cruxframework.crux.core.client.db.indexeddb |
|---|
| Methods in org.cruxframework.crux.core.client.db.indexeddb that return IDBIndex | |
|---|---|
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||