int executePreparedStmt(String preparedStmt, Object[] args)
int executePreparedStmt(String preparedStmt, Object[] args)
Name | Type | Description |
---|---|---|
preparedStmt | String | The SQL prepared statement to execute |
args | Object[] | Positional values to be used for binding to the prepared statement |
Type | Description |
---|---|
int | Total number of records affected by the prepared statement |