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

org.postgresql.xa.PGXADataSource Maven / Gradle / Ivy

The newest version!
package org.postgresql.xa;

import javax.sql.XADataSource;

/**
 * XA-enabled DataSource implementation.
 *
 * @author Heikki Linnakangas ([email protected])
 */
public class PGXADataSource
    extends org.postgresql.xa.jdbc4.AbstractJdbc4XADataSource
    implements XADataSource
{
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy