class FormTableManager.DbColumn extends Object
| Modifier and Type | Field and Description | 
|---|---|
protected int | 
_columnSize
The columns to remove. 
 | 
protected String | 
_name
The columns to remove. 
 | 
protected int | 
_sqlType
The columns to remove. 
 | 
protected String | 
_typeName
The columns to remove. 
 | 
| Constructor and Description | 
|---|
DbColumn()
Build a DB column object. 
 | 
DbColumn(String name,
        int sqlType,
        String typeName,
        int columnSize)
Build a DB column object. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getColumnSize()
Get the columnSize. 
 | 
String | 
getColumnTypeIdentifier()
Get a type identifier corresponding to the column (i.e. 
 | 
String | 
getName()
Get the name. 
 | 
int | 
getSqlType()
Get the sqlType. 
 | 
String | 
getTypeName()
Get the typeName. 
 | 
void | 
setColumnSize(int columnSize)
Set the columnSize. 
 | 
void | 
setName(String name)
Set the name. 
 | 
void | 
setSqlType(int sqlType)
Set the sqlType. 
 | 
void | 
setTypeName(String typeName)
Set the typeName. 
 | 
protected int _sqlType
protected int _columnSize
public DbColumn()
public int getSqlType()
public void setSqlType(int sqlType)
sqlType - the sqlType to setpublic String getTypeName()
public void setTypeName(String typeName)
typeName - the typeName to setpublic int getColumnSize()
public void setColumnSize(int columnSize)
columnSize - the columnSize to setpublic String getColumnTypeIdentifier()