Class DataLoadingColumn

    • Method Detail

      • getColumnUri

        public String getColumnUri()
      • getName

        public String getName()
      • getType

        public String getType()
      • hasTypeVarchar

        public boolean hasTypeVarchar()
        Returns:
        true when the type is not null and equal to VARCHAR, false otherwise
      • hasTypeInt

        public boolean hasTypeInt()
        Returns:
        true when the type is not null and equal to INT, false otherwise
      • getLength

        public Integer getLength()
      • getPrecision

        public Integer getPrecision()
      • isUnique

        public boolean isUnique()
      • isNullable

        public boolean isNullable()
      • getSynchronizeType

        public String getSynchronizeType()
      • getSynchronizeLength

        public Integer getSynchronizeLength()
      • getSynchronizePrecision

        public Integer getSynchronizePrecision()