Interface to define the parameter SQL query.
object[]
Specifies the parameter values in the same order their respective placeholders appear in the sql string.
sql
string
Specifies the SQL WHERE clause with ? placeholders for each value.
WHERE
?