class TableHelper.ColumnStatus extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
dataclassName
Name of the java.sql or java.lang class that is
used to represent the information in this column.
|
protected boolean |
isChanged
True indicates that value of column has been changed.
|
(package private) boolean |
isNull
True indicates that the value contains a null;
|
protected String |
name
Name of column.
|
protected Class<?> |
objectClass
Code from java.sql.Types that is associated with this
column.
|
protected int |
type
Data type as defined by java.sql.Types.
|
(package private) Object |
value
Value of the column.
|
Constructor and Description |
---|
TableHelper.ColumnStatus(String nameValue,
int typeValue) |
protected String dataclassName
protected boolean isChanged
protected Class<?> objectClass
boolean isNull
public TableHelper.ColumnStatus(String nameValue, int typeValue)