Class IndexColumnMeta


  • public class IndexColumnMeta
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.Boolean _Asc  
      java.lang.String _AscStr  
      java.lang.String _Col  
      int _Pos  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected IndexColumnMeta​(java.sql.ResultSet RS)  
    • 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
      • _Col

        public final java.lang.String _Col
      • _AscStr

        public final java.lang.String _AscStr
      • _Asc

        public final java.lang.Boolean _Asc
    • Constructor Detail

      • IndexColumnMeta

        protected IndexColumnMeta​(java.sql.ResultSet RS)
                           throws java.lang.Exception
        Throws:
        java.lang.Exception
    • Method Detail

      • toString

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