| Package | Description |
|---|---|
| org.apache.calcite.schema |
Schema SPI.
|
| org.apache.calcite.schema.impl |
Utilities to help implement Calcite's SPIs.
|
| 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 |
StarTable.getJdbcTableType() |
Schema.TableType |
ViewTable.getJdbcTableType() |
Schema.TableType |
AbstractTable.getJdbcTableType() |
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.