com.amazon.redshift.jdbc.DataSource Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of redshift-jdbc42 Show documentation
Show all versions of redshift-jdbc42 Show documentation
Java JDBC 4.2 (JRE 8+) driver for Redshift database
package com.amazon.redshift.jdbc;
import com.amazon.redshift.ds.RedshiftConnectionPoolDataSource;
/**
* Backward compatible DataSource class.
*
* @author iggarish
*
*/
public class DataSource extends RedshiftConnectionPoolDataSource {
}