Drops the database specified by the given parameters. Please note that this method does not use a data source set via {@link #setDataSource(DataSource)} because it is not possible toretrieve the connection information from it without establishing a connection.
@param jdbcDriverClassName The jdbc driver class name
@param connectionUrl The url to connect to the database
@param username The username for creating the database
@param password The password for creating the database
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.