public class PostgresDialect extends JdbcDialect implements scala.Product, scala.Serializable
Constructor and Description |
---|
PostgresDialect() |
Modifier and Type | Method and Description |
---|---|
static boolean |
canHandle(java.lang.String url) |
static scala.Option<DataType> |
getCatalystType(int sqlType,
java.lang.String typeName,
int size,
MetadataBuilder md) |
static scala.Option<JdbcType> |
getJDBCType(DataType dt) |
canHandle, getCatalystType, getJDBCType, quoteIdentifier
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static boolean canHandle(java.lang.String url)
public static scala.Option<DataType> getCatalystType(int sqlType, java.lang.String typeName, int size, MetadataBuilder md)