public class GenericDb extends JdbcDB
| Constructor and Description |
|---|
GenericDb(Map<String,Object> properties) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getCatalogSql() |
Connection |
getConnection() |
String |
getDefaultSchema() |
String |
getProductName() |
org.apache.calcite.sql.SqlDialect |
getSqlDialect() |
boolean |
isCaseSensitive() |
cleanup, execute, executeQuery, getSchemas, getTypespublic Connection getConnection() throws ClassNotFoundException, SQLException
getConnection in class JdbcDBClassNotFoundExceptionSQLExceptionprotected String getCatalogSql()
getCatalogSql in class JdbcDBpublic String getDefaultSchema()
public String getProductName()
public boolean isCaseSensitive()
isCaseSensitive in interface DataSourceisCaseSensitive in class JdbcDBpublic org.apache.calcite.sql.SqlDialect getSqlDialect()
Copyright © 2017. All rights reserved.