...
Parameter | Description | |||||
---|---|---|---|---|---|---|
| The Result Identifier that is returned from the | |||||
| Index of the requested parameter from the stored procedure (type | |||||
Returns | The value of the out parameter
|
...
This function returns the number of rows that was were affected by the the executeUpdate
function.
Code Block |
---|
int CallableStatement.getUpdateCount(any resultIdentifier); |
...
Parameter | Description |
---|---|
| The Result Identifier that is returned from the |
Returns | For Oracle databases this will return the following statement: The number of rows in the database that was were affected by the call. If an update exists -1 will be returned. For MySQL and PostgreSQL databases this will return the following statement: The number of rows in the database that were affected by the update. |
getError
Anchor | ||||
---|---|---|---|---|
|
...