Class ColInfo


  • public class ColInfo
    extends Object
    • Constructor Detail

      • ColInfo

        public ColInfo​(Cols name,
                       int type)
      • ColInfo

        public ColInfo​(Cols name,
                       int type,
                       String constraints)
      • ColInfo

        public ColInfo​(Cols name,
                       int type,
                       Integer precision)
      • ColInfo

        public ColInfo​(Cols name,
                       int type,
                       Integer precision,
                       String constraints)
    • Method Detail

      • getType

        public int getType()
      • getName

        public Cols getName()
      • getConstraints

        public String getConstraints()
        Returns:
        constraints string or null
      • getPrecision

        public Integer getPrecision()
        Gets the precision. This can be null!
        Returns:
        precision or null
      • getSqlDef

        public String getSqlDef()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object