Class MetaImpl.MetaSchema

java.lang.Object
org.apache.calcite.avatica.MetaImpl.MetaSchema
All Implemented Interfaces:
MetaImpl.Named
Enclosing class:
MetaImpl

public static class MetaImpl.MetaSchema extends Object implements MetaImpl.Named
Metadata describing a schema.
  • Field Details

    • tableSchem

      public final String tableSchem
    • tableCatalog

      public final String tableCatalog
  • Constructor Details

    • MetaSchema

      public MetaSchema(String tableCatalog, String tableSchem)
  • Method Details