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

org.postgresql.xa.jdbc4.AbstractJdbc4XADataSource Maven / Gradle / Ivy

There is a newer version: 2.1-0-jdbc41
Show newest version
/*-------------------------------------------------------------------------
*
* Copyright (c) 2009-2011, PostgreSQL Global Development Group
*
*-------------------------------------------------------------------------
*/
package org.postgresql.xa.jdbc4;

import java.sql.SQLFeatureNotSupportedException;

import org.postgresql.xa.jdbc3.AbstractJdbc3XADataSource;

public class AbstractJdbc4XADataSource
    extends AbstractJdbc3XADataSource
{

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

}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy