Suspending Prepared Statement
Functions
Submits a batch of commands to the database for execution and if all commands execute successfully, returns an array of update counts. The Int
elements of the array that is returned are ordered to correspond to the commands in the batch, which are ordered according to the order in which they were added to the batch.
Submits a batch of commands to the database for execution and if all commands execute successfully, returns an array of update counts. The Long
elements of the array that is returned are ordered to correspond to the commands in the batch, which are ordered according to the order in which they were added to the batch.
Executes the SQL statement in this PreparedStatement object with the supplied parameters.
Executes the SQL statement in this PreparedStatement object with the supplied parameters, and returns a DBResult with the generated keys.
Executes the SQL statement in this PreparedStatement object with the supplied parameters.
Sets the parameters for this query.
Sets the logger used to log the query.