Executes a statement and returns the update count. This method just calls execute(String sql) internally. The method getGeneratedKeys supports at most one columns and row.
@param sql the SQL statement
@param autoGeneratedKeys ignored
@return the update count (number of row affected by an insert,update or delete, or 0 if no rows or the statement was a create, drop, commit or rollback)
@throws SQLException if a database error occurred or aselect statement was executed
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.