| Package | Description |
|---|---|
| org.cruxframework.crux.core.client.db |
Contains classes to support a database on client browser.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IDXAbstractDatabase
CRUX INTERNAL CLASS.
|
class |
WSQLAbstractDatabase
HTML5 AbstractDatabase based on Web SQL (http://www.w3.org/TR/webdatabase/).
|
| Modifier and Type | Field and Description |
|---|---|
protected AbstractDatabase |
DBObject.db |
protected AbstractDatabase |
Callback.db |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Callback.setDb(AbstractDatabase db)
Called by Crux to bind the callback object to the database.
|
| Constructor and Description |
|---|
AbstractObjectStore(AbstractDatabase db) |
DBObject(AbstractDatabase db)
Constructor
|
Index(AbstractDatabase db)
Constructor
|
Transaction(AbstractDatabase db,
String[] storeNames,
Transaction.Mode mode) |
Copyright © 2015. All rights reserved.