Class TotalMess


  • public class TotalMess
    extends java.lang.Object
    • Field Detail

      • LOG

        protected static final org.apache.logging.log4j.Logger LOG
      • _SequenceOrder

        public final int _SequenceOrder
      • _implicitFKImport

        public final boolean _implicitFKImport
      • _FKs

        public final java.util.List<ForeignKey> _FKs
    • Constructor Detail

      • TotalMess

        public TotalMess​(ViewColumn VC,
                         Column C,
                         int SequenceOrder,
                         boolean implicitFKImport)
    • Method Detail

      • ScanView

        public static java.util.List<TotalMess> ScanView​(View V)
      • getClosestFKTable

        public static ForeignKey getClosestFKTable​(java.util.List<TotalMess> FuckList,
                                                   View V,
                                                   Object T,
                                                   int columnSequenceOrder)