Database.executePreparedStmt()
Signature
int executePreparedStmt(String preparedStmt, Object[] args)
Domain
ACTION, CONDITION, BUI
Description
Executes a prepared statement using the connection that is set
Parameters
Name | Type | Description |
preparedStmt | String | The SQL prepared statement to execute |
args | Object[] | Positional values to be used for binding to the prepared statement |
Returns
Type | Description |
int | Total number of records affected by the prepared statement |
Cautions
Try to use executePreparedStmtByParamList().