Executes SQL scripts for finishing clean operations if needed. It can be adding indexes, constraints, removing temporary objects etc (related to specific database) or does nothing. This method does not invoke commit or rollback on {@link Connection} butneeded autocommit mode can be set.
@throws DBCleanException
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.