public class ColumnDefinition extends Object
Constructor and Description |
---|
ColumnDefinition() |
Modifier and Type | Method and Description |
---|---|
ColDataType |
getColDataType()
The
ColDataType of this column definition |
String |
getColumnName() |
List<String> |
getColumnSpecStrings()
A list of strings of every word after the datatype of the column.
Example ("NOT", "NULL") |
void |
setColDataType(ColDataType type) |
void |
setColumnName(String string) |
void |
setColumnSpecStrings(List<String> list) |
String |
toString() |
public List<String> getColumnSpecStrings()
public ColDataType getColDataType()
ColDataType
of this column definitionpublic void setColDataType(ColDataType type)
public String getColumnName()
public void setColumnName(String string)
Copyright © 2006–2018 TinyGroup. All rights reserved.