Constructor
new SQLTransactionSync()
Methods
| Method | Returns | Description |
|---|---|---|
| executeSql() | SQLResultSet | Execute the given SQL and return the result as an SQLResultSet object. |
Method Details
executeSql(sqlStatement, parametersopt) → {SQLResultSet}
- Description:
Execute the given SQL and return the result as an SQLResultSet object.
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
sqlStatement |
String | SQL statement. |
|
parameters |
Array.<String> |
<optional> |
Array containing the arguments to substitute into the statement. |
Returns:
- Type
- SQLResultSet