public class SQLTransaction
extends com.google.gwt.core.client.JavaScriptObject
| Modifier and Type | Class and Description |
|---|---|
static interface |
SQLTransaction.SQLStatementCallback |
static interface |
SQLTransaction.SQLStatementErrorCallback |
| Modifier | Constructor and Description |
|---|---|
protected |
SQLTransaction() |
| Modifier and Type | Method and Description |
|---|---|
void |
executeSQL(String sqlStatement,
com.google.gwt.core.client.JsArrayMixed args,
SQLTransaction.SQLStatementCallback stmtCallback,
SQLTransaction.SQLStatementErrorCallback errorCallback) |
public final void executeSQL(String sqlStatement, com.google.gwt.core.client.JsArrayMixed args, SQLTransaction.SQLStatementCallback stmtCallback, SQLTransaction.SQLStatementErrorCallback errorCallback)
Copyright © 2015. All rights reserved.