com.foundationdb.sql.jdbc.xa.FDBXADataSource 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 com.foundationdb.sql.jdbc.xa;
import javax.sql.XADataSource;
/**
* XA-enabled DataSource implementation.
*
* @author Heikki Linnakangas ([email protected])
*/
public class FDBXADataSource
extends com.foundationdb.sql.jdbc.xa.jdbc4.AbstractJdbc4XADataSource
implements XADataSource
{
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy