Class DataLoadingColumn

    • Method Detail

      • getColumnUri

        public java.lang.String getColumnUri()
      • getName

        public java.lang.String getName()
      • getType

        public java.lang.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 java.lang.Integer getLength()
      • getPrecision

        public java.lang.Integer getPrecision()
      • isUnique

        public boolean isUnique()
      • isNullable

        public boolean isNullable()
      • getSynchronizeType

        public java.lang.String getSynchronizeType()
      • getSynchronizeLength

        public java.lang.Integer getSynchronizeLength()
      • getSynchronizePrecision

        public java.lang.Integer getSynchronizePrecision()