Package org.apache.calcite.jdbc
Class CalciteMetaImpl.CalciteMetaTable
java.lang.Object
org.apache.calcite.avatica.MetaImpl.MetaTable
org.apache.calcite.jdbc.CalciteMetaImpl.CalciteMetaTable
- All Implemented Interfaces:
org.apache.calcite.avatica.MetaImpl.Named
- Enclosing class:
CalciteMetaImpl
public static class CalciteMetaImpl.CalciteMetaTable
extends org.apache.calcite.avatica.MetaImpl.MetaTable
Metadata describing a Calcite table.
-
Field Summary
Fields inherited from class org.apache.calcite.avatica.MetaImpl.MetaTable
refGeneration, remarks, selfReferencingColName, tableCat, tableName, tableSchem, tableType, typeCat, typeName, typeSchem
-
Constructor Summary
ConstructorDescriptionCalciteMetaTable
(Table calciteTable, String tableCat, String tableSchem, String tableName) Creates a CalciteMetaTable. -
Method Summary
Methods inherited from class org.apache.calcite.avatica.MetaImpl.MetaTable
getName
-
Constructor Details
-
CalciteMetaTable
Creates a CalciteMetaTable.- Parameters:
calciteTable
- TabletableCat
- Table catalog, or nulltableSchem
- Table schema, or nulltableName
- Table name
-