public class MysqlDb extends JdbcDB
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.collect.ImmutableMap<String,String> |
DATATYPES |
| 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 org.apache.calcite.sql.SqlDialect getSqlDialect()
public boolean isCaseSensitive()
isCaseSensitive in interface DataSourceisCaseSensitive in class JdbcDBCopyright © 2017. All rights reserved.