Class Field

    • Constructor Detail

      • Field

        public Field()
    • Method Detail

      • getParamName

        public String getParamName()
      • getName

        public String getName()
      • getSqlType

        public Integer getSqlType()
      • getScaleOrLength

        public Integer getScaleOrLength()
      • setScaleOrLength

        public Field setScaleOrLength​(Integer scaleOrLength)
      • isNullable

        public boolean isNullable()
      • setNullable

        public Field setNullable​(boolean nullable)
      • getPosition

        public int getPosition()
      • setPosition

        public Field setPosition​(int position)