| Package | Description |
|---|---|
| org.cruxframework.crux.core.client.db |
Contains classes to support a database on client browser.
|
| Modifier and Type | Field and Description |
|---|---|
protected DatabaseCursorCallback<K,V> |
WSQLCursor.callback |
| Modifier and Type | Method and Description |
|---|---|
void |
WSQLIndex.openCursor(DatabaseCursorCallback<I,V> callback)
Open a cursor to iterate over the object store.
|
abstract void |
Index.openCursor(DatabaseCursorCallback<I,V> callback)
Open a cursor to iterate over the object store.
|
abstract void |
IDXIndex.openCursor(DatabaseCursorCallback<I,V> callback)
Open a cursor to iterate over the object store.
|
void |
WSQLAbstractObjectStore.openCursor(DatabaseCursorCallback<K,V> callback) |
void |
ObjectStore.openCursor(DatabaseCursorCallback<K,V> callback)
Open a cursor to iterate over the object store.
|
abstract void |
WSQLIndex.openCursor(KeyRange<I> keyRange,
Cursor.CursorDirection direction,
DatabaseCursorCallback<I,V> callback)
Open a cursor to iterate over the object store.
|
abstract void |
Index.openCursor(KeyRange<I> keyRange,
Cursor.CursorDirection direction,
DatabaseCursorCallback<I,V> callback)
Open a cursor to iterate over the object store.
|
abstract void |
IDXIndex.openCursor(KeyRange<I> keyRange,
Cursor.CursorDirection direction,
DatabaseCursorCallback<I,V> callback)
Open a cursor to iterate over the object store.
|
void |
WSQLIndex.openCursor(KeyRange<I> keyRange,
DatabaseCursorCallback<I,V> callback)
Open a cursor to iterate over the object store.
|
abstract void |
Index.openCursor(KeyRange<I> keyRange,
DatabaseCursorCallback<I,V> callback)
Open a cursor to iterate over the object store.
|
abstract void |
IDXIndex.openCursor(KeyRange<I> keyRange,
DatabaseCursorCallback<I,V> callback)
Open a cursor to iterate over the object store.
|
void |
ObjectStore.openCursor(KeyRange<K> keyRange,
Cursor.CursorDirection direction,
DatabaseCursorCallback<K,V> callback)
Open a cursor to iterate over the object store.
|
void |
WSQLAbstractObjectStore.openCursor(KeyRange<K> keyRange,
DatabaseCursorCallback<K,V> callback) |
void |
ObjectStore.openCursor(KeyRange<K> keyRange,
DatabaseCursorCallback<K,V> callback)
Open a cursor to iterate over the object store.
|
void |
WSQLIndex.openKeyCursor(DatabaseCursorCallback<I,K> callback)
Open a cursor to iterate over the object store.
|
abstract void |
Index.openKeyCursor(DatabaseCursorCallback<I,K> callback)
Open a cursor to iterate over the objects keys into the store.
|
abstract void |
IDXIndex.openKeyCursor(DatabaseCursorCallback<I,K> callback)
Open a cursor to iterate over the object store.
|
abstract void |
WSQLIndex.openKeyCursor(KeyRange<I> keyRange,
Cursor.CursorDirection direction,
DatabaseCursorCallback<I,K> callback)
Open a cursor to iterate over the object store.
|
abstract void |
Index.openKeyCursor(KeyRange<I> keyRange,
Cursor.CursorDirection direction,
DatabaseCursorCallback<I,K> callback)
Open a cursor to iterate over the objects keys into the store.
|
abstract void |
IDXIndex.openKeyCursor(KeyRange<I> keyRange,
Cursor.CursorDirection direction,
DatabaseCursorCallback<I,K> callback)
Open a cursor to iterate over the object store.
|
void |
WSQLIndex.openKeyCursor(KeyRange<I> keyRange,
DatabaseCursorCallback<I,K> callback)
Open a cursor to iterate over the object store.
|
abstract void |
Index.openKeyCursor(KeyRange<I> keyRange,
DatabaseCursorCallback<I,K> callback)
Open a cursor to iterate over the objects keys into the store.
|
abstract void |
IDXIndex.openKeyCursor(KeyRange<I> keyRange,
DatabaseCursorCallback<I,K> callback)
Open a cursor to iterate over the object store.
|
void |
WSQLCursor.start(DatabaseCursorCallback<K,V> c) |
Copyright © 2015. All rights reserved.