org.postgresql.jdbc2.optional.SimpleDataSource 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 org.postgresql.jdbc2.optional;
import org.postgresql.ds.PGSimpleDataSource;
public class SimpleDataSource extends PGSimpleDataSource
{
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy