Class FKColumnMeta


  • public class FKColumnMeta
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected FKColumnMeta​(java.sql.ResultSet RS, FKMeta FK)  
    • Method Summary

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

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

      • _Pos

        public final int _Pos
      • _PKCol

        public final java.lang.String _PKCol
      • _FKCol

        public final java.lang.String _FKCol
      • _ParentFK

        public final FKMeta _ParentFK
    • Constructor Detail

      • FKColumnMeta

        protected FKColumnMeta​(java.sql.ResultSet RS,
                               FKMeta FK)
                        throws java.lang.Exception
        Throws:
        java.lang.Exception
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object