Executes the SQL query in this PreparedStatementWrapper object and returns an Object type of object
generated by the query. it takes a RowMapper Object as parameter.This method closes the ResultSet, PreparedStatement
and Connection before returning the Object value.
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.