| Package | Description |
|---|---|
| org.cruxframework.crux.core.client.db |
Contains classes to support a database on client browser.
|
| Modifier and Type | Field and Description |
|---|---|
protected Cursor.CursorDirection |
WSQLCursor.direction |
| Modifier and Type | Method and Description |
|---|---|
Cursor.CursorDirection |
WSQLCursor.getDirection() |
Cursor.CursorDirection |
IDXCursor.getDirection() |
Cursor.CursorDirection |
Cursor.getDirection()
Direction of iteration used by this cursor.
|
static Cursor.CursorDirection |
Cursor.CursorDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Cursor.CursorDirection[] |
Cursor.CursorDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static IDBCursor.IDBCursorDirection |
IDXCursor.getNativeCursorDirection(Cursor.CursorDirection direction) |
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 |
ObjectStore.openCursor(KeyRange<K> keyRange,
Cursor.CursorDirection direction,
DatabaseCursorCallback<K,V> callback)
Open a cursor to iterate over the object 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. |
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.
|
| Constructor and Description |
|---|
WSQLCursor(WSQLAbstractDatabase db,
WSQLKeyRange<K> range,
String objectStoreName,
boolean autoIncrement,
Cursor.CursorDirection direction,
WSQLTransaction transaction) |
Copyright © 2015. All rights reserved.