public class ColumnInfo extends Object
Constructor and Description |
---|
ColumnInfo(String name,
FieldType type)
Creates a new instance.
|
ColumnInfo(String name,
FieldType type,
String comment)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getComment()
Returns the column comment.
|
String |
getName()
Returns the column name.
|
FieldType |
getType()
Returns the column type.
|
int |
hashCode() |
String |
toString() |
public ColumnInfo(String name, FieldType type, String comment)
name
- the column nametype
- the column typecomment
- the column comment (nullable)public String getName()
public FieldType getType()
public String getComment()
null
if it is not definedCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.