Executes a StoredProcedure call using
CallableStatement.execute() and returns multiple results stored in an
ExecuteResult object.
author: Emmanuel Cecchet version: 1.0
Creates a new CallableStatementExecuteQueryTask.
Parameters: nbToComplete - number of threads that must succeed before returning Parameters: totalNb - total number of threads Parameters: proc - the StoredProcedure to call Parameters: metadataCache - the metadataCache if any or null
Call a stored procedure that returns a ResultSet on the given backend
thread.
Parameters: backendThread - the backend thread that will execute the task throws: SQLException - if an error occurs