| Constructor and Description | 
|---|
Column(String name,
      DBLoader.Type type,
      boolean canBeNull)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
canBeNull()  | 
String | 
getConstraint()  | 
String | 
getName()  | 
DBLoader.Type | 
getType()  | 
String | 
getTypeName()  | 
void | 
init(Dialect dialect)  | 
public Column(String name, DBLoader.Type type, boolean canBeNull)
public void init(Dialect dialect)
public String getName()
public DBLoader.Type getType()
public String getTypeName()
public boolean canBeNull()
public String getConstraint()