| Package | Description |
|---|---|
| org.cruxframework.crux.core.client.db |
Contains classes to support a database on client browser.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WSQLIndex.count(DatabaseCountCallback callback)
Return the number of items referenced by the index.
|
void |
WSQLAbstractObjectStore.count(DatabaseCountCallback callback) |
void |
ObjectStore.count(DatabaseCountCallback callback)
Return the number of items stored into this object store.
|
abstract void |
Index.count(DatabaseCountCallback callback)
Return the number of items referenced by the index.
|
void |
IDXIndex.count(DatabaseCountCallback callback)
Return the number of items referenced by the index.
|
void |
IDXFileStore.count(DatabaseCountCallback callback) |
void |
IDXAbstractObjectStore.count(DatabaseCountCallback callback) |
void |
FileStore.count(DatabaseCountCallback callback)
Check the number of files on the fileStore
|
void |
WSQLIndex.count(KeyRange<I> range,
DatabaseCountCallback callback)
Return the number of items referenced by the index in the given range.
|
abstract void |
Index.count(KeyRange<I> range,
DatabaseCountCallback callback)
Return the number of items referenced by the index in the given range.
|
void |
IDXIndex.count(KeyRange<I> range,
DatabaseCountCallback callback)
Return the number of items referenced by the index in the given range.
|
void |
WSQLAbstractObjectStore.count(KeyRange<K> range,
DatabaseCountCallback callback) |
void |
ObjectStore.count(KeyRange<K> range,
DatabaseCountCallback callback)
Return the number of items stored into this object store in the given range.
|
void |
IDXAbstractObjectStore.count(KeyRange<K> range,
DatabaseCountCallback callback) |
void |
IDXFileStore.count(KeyRange<String> range,
DatabaseCountCallback callback) |
void |
FileStore.count(KeyRange<String> keyRange,
DatabaseCountCallback callback)
Check the number of files on the fileStore
|
Copyright © 2015. All rights reserved.