Class ColumnModel

java.lang.Object
org.conical.common.bbl.db.querier.ColumnModel
All Implemented Interfaces:
Comparable<ColumnModel>

public class ColumnModel extends Object implements Comparable<ColumnModel>
Represents a column in a database table, and the attributes one may want to assign to it.
Author:
rdoherty
  • Field Details

    • name

      public String name
    • isKey

      public boolean isKey
    • nullAllowed

      public boolean nullAllowed
    • type

      public DataType type
    • range

      public String range
    • size1

      public int size1
    • size2

      public int size2
    • colnum

      public long colnum
  • Constructor Details

    • ColumnModel

      public ColumnModel()
  • Method Details