execute Query
Executes the SQL statement in this PreparedStatement object with the supplied parameters.
The parameters are set in the order they are passed in, supported types are implementation-specific, see PreparedStatement.setObject and its implementation by your JDBC driver.
See also
Executes the SQL statement in this PreparedStatement object.
See also
Deprecated (with error)
This is never usable as this is a prepared statement