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

NameTypeDescription
preparedStmtStringThe SQL prepared statement to execute
argsObject[]Positional values to be used for binding to the prepared statement

Returns

TypeDescription
intTotal number of records affected by the prepared statement

Cautions

Try to use executePreparedStmtByParamList().