| Package | Description |
|---|---|
| org.apache.calcite.adapter.jdbc |
Query provider based on a JDBC data source.
|
| org.apache.calcite.jdbc |
JDBC driver for Calcite.
|
| org.apache.calcite.schema |
Schema SPI.
|
| org.apache.calcite.schema.impl |
Utilities to help implement Calcite's SPIs.
|
| Modifier and Type | Field and Description |
|---|---|
private Schema.TableType |
JdbcTable.jdbcTableType |
| Modifier and Type | Method and Description |
|---|---|
Schema.TableType |
JdbcTable.getJdbcTableType() |
| Constructor and Description |
|---|
JdbcTable(JdbcSchema jdbcSchema,
String jdbcCatalogName,
String jdbcSchemaName,
String tableName,
Schema.TableType jdbcTableType) |
| Modifier and Type | Method and Description |
|---|---|
Schema.TableType |
CalciteMetaImpl.MetadataTable.getJdbcTableType() |
| Modifier and Type | Method and Description |
|---|---|
Schema.TableType |
Table.getJdbcTableType()
Type of table.
|
static Schema.TableType |
Schema.TableType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Schema.TableType[] |
Schema.TableType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Schema.TableType |
AbstractTable.getJdbcTableType() |
Schema.TableType |
StarTable.getJdbcTableType() |
Schema.TableType |
ViewTable.getJdbcTableType() |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.