Executes the query which updates the database. The PreparedStatementParameter array will be used for setting values in the prepared statement.
@param sqlString a SQL statement that updates the database.
@param parameters parameters passed to the prepared statement.
@param resourceName name of resource.
@return the number of rows affected by the query.
@exception PersistentStorageException if error occurs.
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.