org.postgresql.jdbc2.optional.SimpleDataSource Maven / Gradle / Ivy
/*
* Copyright (c) 2004, PostgreSQL Global Development Group
* See the LICENSE file in the project root for more information.
*/
package org.postgresql.jdbc2.optional;
import org.postgresql.ds.PGSimpleDataSource;
/**
* @deprecated Please use {@link PGSimpleDataSource}
*/
@Deprecated
public class SimpleDataSource extends PGSimpleDataSource {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy