| 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.get(I key,
DatabaseRetrieveCallback<V> callback)
Retrieve the object associated with the given key from the index.
|
abstract void |
Index.get(I key,
DatabaseRetrieveCallback<V> callback)
Retrieve the object associated with the given key from the index.
|
abstract void |
IDXIndex.get(I key,
DatabaseRetrieveCallback<V> callback)
Retrieve the object associated with the given key from the index.
|
void |
WSQLAbstractObjectStore.get(K key,
DatabaseRetrieveCallback<V> callback) |
void |
ObjectStore.get(K key,
DatabaseRetrieveCallback<V> callback)
Retrieve the object associated with the given key from the store.
|
void |
WSQLIndex.get(KeyRange<I> keyRange,
DatabaseRetrieveCallback<V> callback)
Retrieve the object in the given keyRange from the index.
|
abstract void |
Index.get(KeyRange<I> keyRange,
DatabaseRetrieveCallback<V> callback)
Retrieve the object in the given keyRange from the index.
|
abstract void |
IDXIndex.get(KeyRange<I> keyRange,
DatabaseRetrieveCallback<V> callback)
Retrieve the object in the given keyRange from the index.
|
<K,V> void |
Database.get(K key,
String objectStore,
DatabaseRetrieveCallback<V> callback)
Retrieve the object associated with the given key from its associated objectStore.
|
<K,V> void |
AbstractDatabase.get(K key,
String objectStoreName,
DatabaseRetrieveCallback<V> callback) |
void |
IDXFileStore.get(String key,
DatabaseRetrieveCallback<Blob> callback) |
void |
FileStore.get(String key,
DatabaseRetrieveCallback<Blob> callback)
Retrieve a file from the database.
|
void |
WSQLIndex.getKey(I key,
DatabaseRetrieveCallback<K> callback)
Retrieve the object key associated with the given key from the index.
|
abstract void |
Index.getKey(I key,
DatabaseRetrieveCallback<K> callback)
Retrieve the object key associated with the given key from the index.
|
abstract void |
IDXIndex.getKey(I key,
DatabaseRetrieveCallback<K> callback)
Retrieve the object key associated with the given key from the index.
|
void |
WSQLIndex.getKey(KeyRange<I> keyRange,
DatabaseRetrieveCallback<K> callback)
Retrieve the object key in the given keyRange from the index.
|
abstract void |
Index.getKey(KeyRange<I> keyRange,
DatabaseRetrieveCallback<K> callback)
Retrieve the object key in the given keyRange from the index.
|
abstract void |
IDXIndex.getKey(KeyRange<I> keyRange,
DatabaseRetrieveCallback<K> callback)
Retrieve the object key in the given keyRange from the index.
|
protected void |
WSQLAbstractObjectStore.runSelectSQL(DatabaseRetrieveCallback<V> callback,
SQLTransaction tx,
com.google.gwt.core.client.JsArrayMixed args,
String sqlStatement,
K key) |
Copyright © 2015. All rights reserved.