com.foundationdb.sql.jdbc.jdbc2.optional.PoolingDataSource 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
/*-------------------------------------------------------------------------
*
* Copyright (c) 2004-2011, PostgreSQL Global Development Group
*
*
*-------------------------------------------------------------------------
*/
package com.foundationdb.sql.jdbc.jdbc2.optional;
import com.foundationdb.sql.jdbc.ds.FDBPoolingDataSource;
public class PoolingDataSource extends FDBPoolingDataSource
{
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy