| 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 | Method and Description |
|---|---|
static IDBCursor.IDBCursorDirection |
IDXCursor.getNativeCursorDirection(Cursor.CursorDirection direction) |
| Modifier and Type | Method and Description |
|---|---|
IDBCursor.IDBCursorDirection |
IDBCursor.getDirection() |
static IDBCursor.IDBCursorDirection |
IDBCursor.IDBCursorDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IDBCursor.IDBCursorDirection[] |
IDBCursor.IDBCursorDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
IDBObjectStore.IDBObjectCursorRequest |
IDBObjectStore.openCursor(IDBKeyRange range,
IDBCursor.IDBCursorDirection direction) |
IDBIndex.IDBIndexCursorRequest |
IDBIndex.openCursor(IDBKeyRange range,
IDBCursor.IDBCursorDirection direction) |
IDBIndex.IDBIndexCursorRequest |
IDBIndex.openKeyCursor(IDBKeyRange range,
IDBCursor.IDBCursorDirection direction) |
Copyright © 2015. All rights reserved.