| 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 | Method and Description |
|---|---|
protected void |
WSQLAbstractDatabase.createFileStore(SQLTransaction tx) |
void |
WSQLAbstractObjectStore.createTable(SQLTransaction tx,
DatabaseCallback callback) |
protected void |
WSQLAbstractDatabase.deleteDBTables(SQLTransaction tx,
DatabaseCallback callback,
SQLTransaction.SQLStatementErrorCallback errorCallback,
boolean removeSystemTables) |
abstract void |
WSQLTransaction.RequestOperation.doOperation(SQLTransaction tx) |
protected void |
WSQLAbstractObjectStore.insertObject(SQLTransaction tx,
DatabaseWriteCallback<K> callback,
K key,
com.google.gwt.json.client.JSONObject encoded) |
protected void |
WSQLAbstractObjectStore.insertObject(V object,
SQLTransaction tx,
DatabaseWriteCallback<K> callback,
K key) |
void |
WSQLTransaction.onTransaction(SQLTransaction tx) |
protected void |
WSQLAbstractObjectStore.runDatabaseSQL(DatabaseCallback callback,
SQLTransaction tx,
com.google.gwt.core.client.JsArrayMixed args,
String sqlStatement) |
protected void |
WSQLAbstractObjectStore.runDeleteSQL(DatabaseDeleteCallback callback,
SQLTransaction tx,
com.google.gwt.core.client.JsArrayMixed args,
String sqlStatement) |
protected void |
WSQLAbstractObjectStore.runInsertQL(DatabaseWriteCallback<K> callback,
SQLTransaction tx,
com.google.gwt.core.client.JsArrayMixed args,
String sqlStatement,
K key) |
protected void |
WSQLAbstractObjectStore.runSelectSQL(DatabaseRetrieveCallback<V> callback,
SQLTransaction tx,
com.google.gwt.core.client.JsArrayMixed args,
String sqlStatement,
K key) |
protected void |
WSQLAbstractObjectStore.runUpdateSQL(DatabaseWriteCallback<K> callback,
SQLTransaction tx,
com.google.gwt.core.client.JsArrayMixed args,
String sqlStatement,
K key,
com.google.gwt.json.client.JSONObject encodedObject) |
protected abstract void |
WSQLAbstractDatabase.updateDatabaseStructure(SQLTransaction tx,
DatabaseCallback callback) |
protected void |
WSQLAbstractObjectStore.updateObject(V object,
SQLTransaction tx,
DatabaseWriteCallback<K> callback,
K key) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SQLTransaction.SQLStatementErrorCallback.onError(SQLTransaction tx,
SQLError error)
Return true if the transaction must be rolled back
|
void |
SQLTransaction.SQLStatementCallback.onSuccess(SQLTransaction tx,
SQLResultSet rs) |
void |
SQLDatabase.SQLTransactionCallback.onTransaction(SQLTransaction tx) |
Copyright © 2015. All rights reserved.