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

org.postgresql.ds.jdbc4.AbstractJdbc4ConnectionPoolDataSource Maven / Gradle / Ivy

package org.postgresql.ds.jdbc4;

import java.sql.SQLFeatureNotSupportedException;

import org.postgresql.ds.jdbc23.AbstractJdbc23ConnectionPoolDataSource;

public class AbstractJdbc4ConnectionPoolDataSource
	extends AbstractJdbc23ConnectionPoolDataSource
{

    public java.util.logging.Logger getParentLogger() throws java.sql.SQLFeatureNotSupportedException
    {
        throw org.postgresql.Driver.notImplemented(this.getClass(), "getParentLogger()");
    }

}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy