|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractDatabase | |
|---|---|
| org.cruxframework.crux.core.client.db | Contains classes to support a database on client browser. |
| Uses of AbstractDatabase in org.cruxframework.crux.core.client.db |
|---|
| Subclasses of AbstractDatabase in org.cruxframework.crux.core.client.db | |
|---|---|
class |
IDXAbstractDatabase
CRUX INTERNAL CLASS. |
class |
WSQLAbstractDatabase
HTML5 AbstractDatabase based on Web SQL (http://www.w3.org/TR/webdatabase/). |
| Fields in org.cruxframework.crux.core.client.db declared as AbstractDatabase | |
|---|---|
protected AbstractDatabase |
DBObject.db
|
protected AbstractDatabase |
Callback.db
|
| Methods in org.cruxframework.crux.core.client.db with parameters of type AbstractDatabase | |
|---|---|
protected void |
Callback.setDb(AbstractDatabase db)
Called by Crux to bind the callback object to the database. |
| Constructors in org.cruxframework.crux.core.client.db with parameters of type AbstractDatabase | |
|---|---|
AbstractObjectStore(AbstractDatabase db)
|
|
DBObject(AbstractDatabase db)
Constructor |
|
Index(AbstractDatabase db)
Constructor |
|
Transaction(AbstractDatabase db,
String[] storeNames,
Transaction.Mode mode)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||