com.amazon.redshift.jdbc42.Driver 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.jdbc42;
/*
* Class retained for backwards compatibility
*/
public class Driver extends com.amazon.redshift.jdbc.Driver
{
}