org.postgresql.xa.PGXADataSource Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fdb-sql-layer-jdbc Show documentation
Show all versions of fdb-sql-layer-jdbc Show documentation
The FoundationDB SQL Layer Driver for JDBC4
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 - 2025 Weber Informatics LLC | Privacy Policy