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

com.foundationdb.sql.jdbc.xa.PGXADataSource Maven / Gradle / Ivy

package com.foundationdb.sql.jdbc.xa;

import javax.sql.XADataSource;

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





© 2015 - 2024 Weber Informatics LLC | Privacy Policy