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

com.foundationdb.sql.jdbc.ds.jdbc4.AbstractJdbc4ConnectionPoolDataSource Maven / Gradle / Ivy

There is a newer version: 2.1-0-jdbc41
Show newest version
package com.foundationdb.sql.jdbc.ds.jdbc4;

import java.sql.SQLFeatureNotSupportedException;

import com.foundationdb.sql.jdbc.ds.jdbc23.AbstractJdbc23ConnectionPoolDataSource;

public class AbstractJdbc4ConnectionPoolDataSource
	extends AbstractJdbc23ConnectionPoolDataSource
{

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

}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy