Class ColumnModel
java.lang.Object
org.conical.common.bbl.db.querier.ColumnModel
- All Implemented Interfaces:
Comparable<ColumnModel>
Represents a column in a database table, and the attributes one may
want to assign to it.
- Author:
- rdoherty
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
name
-
isKey
public boolean isKey -
nullAllowed
public boolean nullAllowed -
type
-
range
-
size1
public int size1 -
size2
public int size2 -
colnum
public long colnum
-
-
Constructor Details
-
ColumnModel
public ColumnModel()
-
-
Method Details
-
compareTo
- Specified by:
compareTo
in interfaceComparable<ColumnModel>
-
toString
-