Executes the SQL statement in this PreparedStatementWrapper object,
which must be an SQL INSERT, UPDATE or DELETE statement
or an SQL statement that returns nothing, such as a DDL statement.
Executes the given SQL statement in the current StatementWrapper Object, which may be an INSERT, UPDATE, or DELETE statement or an
SQL statement that returns nothing, such as an SQL DDL statement.