com.amazon.redshift.util.RedshiftGeography 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.util;
// Right now most of methods in base class.
// In future, if there are differences in bytes conversion of VARBYTE and GEOGRAPHY
// then we can add more methods in this class.
public class RedshiftGeography extends RedshiftByteTypes{
}