| Package | Description |
|---|---|
| org.cruxframework.crux.core.client.db |
Contains classes to support a database on client browser.
|
| org.cruxframework.crux.core.client.db.websql |
| Modifier and Type | Field and Description |
|---|---|
protected SQLDatabase |
WSQLAbstractDatabase.database |
| Modifier and Type | Method and Description |
|---|---|
static SQLDatabase |
SQLDatabaseFactory.openDatabase(String name,
String displayName,
int estimatedSize) |
static SQLDatabase |
SQLDatabaseFactory.openDatabase(String name,
String displayName,
int estimatedSize,
SQLDatabaseFactory.DatabaseCallback creationCallback) |
| Modifier and Type | Method and Description |
|---|---|
void |
SQLDatabaseFactory.DatabaseCallback.onCreated(SQLDatabase db) |
Copyright © 2015. All rights reserved.