public class RedShiftDb extends JdbcDB
DataSource| Modifier and Type | Field and Description |
|---|---|
protected static com.google.common.collect.ImmutableMap<String,Integer> |
DATA_TYPES |
| Constructor and Description |
|---|
RedShiftDb(Map<String,Object> properties) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCatalogSql() |
Connection |
getConnection() |
String |
getDefaultSchema() |
String |
getProductName() |
org.apache.calcite.sql.SqlDialect |
getSqlDialect() |
protected com.google.common.collect.ImmutableMap<String,Integer> |
getTypes(Connection connection) |
cleanup, execute, executeQuery, getSchemas, isCaseSensitivepublic Connection getConnection() throws ClassNotFoundException, SQLException
getConnection in class JdbcDBClassNotFoundExceptionSQLExceptionprotected com.google.common.collect.ImmutableMap<String,Integer> getTypes(Connection connection)
public String getCatalogSql()
getCatalogSql in class JdbcDBpublic String getDefaultSchema()
public String getProductName()
public org.apache.calcite.sql.SqlDialect getSqlDialect()
Copyright © 2017. All rights reserved.