|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DatabaseCountCallback | |
|---|---|
| org.cruxframework.crux.core.client.db | Contains classes to support a database on client browser. |
| Uses of DatabaseCountCallback in org.cruxframework.crux.core.client.db |
|---|
| Methods in org.cruxframework.crux.core.client.db with parameters of type DatabaseCountCallback | |
|---|---|
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 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||