| Package | Description |
|---|---|
| org.cruxframework.crux.core.client.db |
Contains classes to support a database on client browser.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractObjectStore<K,V>
CRUX INTERNAL CLASS.
|
class |
IDXAbstractObjectStore<K,V>
CRUX INTERNAL CLASS.
|
class |
WSQLAbstractObjectStore<K,V> |
| Modifier and Type | Method and Description |
|---|---|
<K,V> ObjectStore<K,V> |
WSQLTransaction.getObjectStore(String storeName)
Retrieve an ObjectStore manipulated by the current transaction.
|
abstract <K,V> ObjectStore<K,V> |
Transaction.getObjectStore(String storeName)
Retrieve an ObjectStore manipulated by the current transaction.
|
<K,V> ObjectStore<K,V> |
IDXTransaction.getObjectStore(String storeName)
Retrieve an ObjectStore manipulated by the current transaction.
|
protected abstract <K,V> ObjectStore<K,V> |
IDXAbstractDatabase.getObjectStore(String storeName,
IDBObjectStore idbObjectStore) |
Copyright © 2015. All rights reserved.