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

org.postgresql.ds.PGSimpleDataSource Maven / Gradle / Ivy

There is a newer version: 42.7.3
Show newest version
/*-------------------------------------------------------------------------
*
* Copyright (c) 2004-2014, PostgreSQL Global Development Group
*
*
*-------------------------------------------------------------------------
*/
package org.postgresql.ds;

import javax.sql.DataSource;

/**
 * Simple DataSource which does not perform connection pooling.  In order to use
 * the DataSource, you must set the property databaseName. The settings for
 * serverName, portNumber, user, and password are optional.  Note: these properties
 * are declared in the superclass.
 *
 * @author Aaron Mulder ([email protected])
 */
public class PGSimpleDataSource
    extends org.postgresql.ds.jdbc4.AbstractJdbc4SimpleDataSource
    implements DataSource
{
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy