Execute a batch of SQL INSERT, UPDATE, or DELETE queries.
@param conn The Connection to use to run the query. The caller isresponsible for closing this Connection.
@param sql The SQL to execute.
@param params An array of query replacement parameters. Each row inthis array is one set of batch replacement values.
@return The number of rows updated per statement.
@throws SQLException if a database access error occurs
@since DbUtils 1.1
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.