public class OracleDb extends JdbcDB
| Constructor and Description |
|---|
OracleDb(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() |
cleanup, execute, executeQuery, getSchemas, getTypes, isCaseSensitivepublic 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()
Copyright © 2017. All rights reserved.