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

    Constructors
    Constructor
    Description
    CalciteMetaTable(Table calciteTable, String tableCat, String tableSchem, String tableName)
    Creates a CalciteMetaTable.
  • Method Summary

    Methods inherited from class org.apache.calcite.avatica.MetaImpl.MetaTable

    getName

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CalciteMetaTable

      public CalciteMetaTable(Table calciteTable, String tableCat, String tableSchem, String tableName)
      Creates a CalciteMetaTable.
      Parameters:
      calciteTable - Table
      tableCat - Table catalog, or null
      tableSchem - Table schema, or null
      tableName - Table name