Class MetaImpl.MetaSchema

  • All Implemented Interfaces:
    MetaImpl.Named
    Enclosing class:
    MetaImpl

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

      Fields 
      Modifier and Type Field Description
      java.lang.String tableCatalog  
      java.lang.String tableSchem  
    • Constructor Summary

      Constructors 
      Constructor Description
      MetaSchema​(java.lang.String tableCatalog, java.lang.String tableSchem)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • tableSchem

        public final java.lang.String tableSchem
      • tableCatalog

        public final java.lang.String tableCatalog
    • Constructor Detail

      • MetaSchema

        public MetaSchema​(java.lang.String tableCatalog,
                          java.lang.String tableSchem)