This class implements a wrapper for the SET command
Oracle's SET command is only valid from within SQL*Plus.
By supplying an implementation for the Workbench, we can ignore the errors
reported by the JDBC interface, so that SQL scripts intended for SQL*Plus
can also be run from within the workbench
For other DBMS this enables the support for controlling autocommit
through a SQL command.