Class MetaImpl.MetaSuperTable

java.lang.Object
org.apache.calcite.avatica.MetaImpl.MetaSuperTable
Enclosing class:
MetaImpl

public static class MetaImpl.MetaSuperTable extends Object
Metadata describing a super-table.
  • Field Details

    • tableCat

      public final String tableCat
    • tableSchem

      public final String tableSchem
    • tableName

      public final String tableName
    • supertableName

      public final String supertableName
  • Constructor Details

    • MetaSuperTable

      public MetaSuperTable(String tableCat, String tableSchem, String tableName, String supertableName)