executeMultiple

Executes multiple SQL statements stored in a single PreparedStatement.

Return

A list of StatementResults retrieved from the database, which may store either affected row counts or ResultSets. The order of elements is based on the order of the statements in the PreparedStatement.