Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • For the JDBC Driver:

    • Default JAR indicates the driver that is bundled with the Snap pack, while manual indicates the driver that you upload.

  • For the JDBC URL:

    • Default JAR indicate the Snap generated URL, while manual indicates the URL that you provide.

JDBC Driver JAR

JDBC Driver Class

JDBC URL

Authentication

Redshift (default JAR)

com.amazon.redshift.jdbc42.Driver

jdbc:redshift (default /manualJAR)

Authenticates successfully.

Redshift (manual upload)

com.amazon.redshift.jdbc42.Driver

jdbc:redshift (default/manual upload)

Authenticates successfully using the manually uploaded JAR file.

PostgreSQL (default JAR/manual upload)

org.postgresql.Driver

jdbc:postgresql (default /manualJAR)

Authenticates successfully.

PostgreSQL (Manualmanual upload)

org.postgresql.Driver

jdbc:postgresql (default JAR/manual upload)

Authenticates successfully using the manually uploaded JAR file.

Redshift JAR(manual upload)

org.postgresql.Driver

jdbc:postgresql (default JAR/manual upload)

Authenticates successfully using the default PostgreSQL JAR file.

PostgreSQL JAR(manual upload)

com.amazon.redshift.jdbc42.Driver

jdbc:redshift (default JAR/manual upload)

Authenticates successfully using the default Redshift JAR file.

...