| Package | Description |
|---|---|
| org.cruxframework.crux.core.client.db |
Contains classes to support a database on client browser.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IDXFileStore.openCursor(FileStoreCursorCallback callback) |
void |
FileStore.openCursor(FileStoreCursorCallback callback)
Open a
FileCursor object, to allow iteration over the files on this store. |
void |
IDXFileStore.openCursor(KeyRange<String> keyRange,
Cursor.CursorDirection direction,
FileStoreCursorCallback callback) |
void |
FileStore.openCursor(KeyRange<String> keyRange,
Cursor.CursorDirection direction,
FileStoreCursorCallback callback)
Open a
FileCursor object, to allow iteration over the files on this store. |
void |
IDXFileStore.openCursor(KeyRange<String> keyRange,
FileStoreCursorCallback callback) |
void |
FileStore.openCursor(KeyRange<String> keyRange,
FileStoreCursorCallback callback)
Open a
FileCursor object, to allow iteration over the files on this store. |
Copyright © 2015. All rights reserved.