Executes a statement that does not return a result set, such as a SQL INSERT, DELETE or UPDATE statement.
Int32 executeStatement( )
The number of rows affected by the statement.
If Connection.autoCommit is true, the statement commits only if one or more rows is affected by the statement.