All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.solovyev.common.db.XBasicDataSource Maven / Gradle / Ivy

The newest version!
package org.solovyev.common.db;

//import org.apache.commons.dbcp.BasicDataSource;

import java.sql.DriverManager;
import java.sql.SQLException;

/**
 * User: serso
 * Date: 2/10/11
 * Time: 5:02 PM
 */
public class XBasicDataSource /*extends BasicDataSource */{

	/*@Override
    public synchronized void close() throws SQLException {
        DriverManager.deregisterDriver(DriverManager.getDriver(url));
        super.close();
    }*/

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy