public class JdbcSchema extends QuarkSchema
schemaPlus| Constructor and Description |
|---|
JdbcSchema(String name,
ResultSet resultSet,
boolean isCaseSensitive,
com.google.common.collect.ImmutableMap<String,Integer> dataTypes) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,org.apache.calcite.schema.Table> |
getTableMap() |
void |
initialize(QueryContext queryContext,
org.apache.calcite.schema.SchemaPlus schemaPlus) |
getNamepublic JdbcSchema(String name, ResultSet resultSet, boolean isCaseSensitive, com.google.common.collect.ImmutableMap<String,Integer> dataTypes) throws SQLException
SQLExceptionpublic void initialize(QueryContext queryContext, org.apache.calcite.schema.SchemaPlus schemaPlus)
initialize in class QuarkSchemaCopyright © 2017. All rights reserved.