Class MetaImpl.MetaSuperTable

  • Enclosing class:
    MetaImpl

    public static class MetaImpl.MetaSuperTable
    extends java.lang.Object
    Metadata describing a super-table.
    • Constructor Summary

      Constructors 
      Constructor Description
      MetaSuperTable​(java.lang.String tableCat, java.lang.String tableSchem, java.lang.String tableName, java.lang.String supertableName)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • tableCat

        public final java.lang.String tableCat
      • tableSchem

        public final java.lang.String tableSchem
      • tableName

        public final java.lang.String tableName
      • supertableName

        public final java.lang.String supertableName
    • Constructor Detail

      • MetaSuperTable

        public MetaSuperTable​(java.lang.String tableCat,
                              java.lang.String tableSchem,
                              java.lang.String tableName,
                              java.lang.String supertableName)