Interface ColumnType

  • All Known Implementing Classes:
    CassandraType, JdbcType, UnknowType

    public interface ColumnType
    Represent the data type of columns from a database
    Since:
    0.6.0
    Author:
    Alisson Gomes
    • Method Detail

      • value

        int value()
      • isBinary

        boolean isBinary()
      • isBlob

        boolean isBlob()
      • isClob

        boolean isClob()
      • isDate

        boolean isDate()
      • isTimestamp

        boolean isTimestamp()
      • isTime

        boolean isTime()