public class ColumnDesc extends Object implements MetaDefItem, Serializable
Constructor and Description |
---|
ColumnDesc(String name,
String type,
boolean array,
boolean primitiveArray)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns column name.
|
String |
getType()
Return column type
|
boolean |
isArray()
Return true for array
|
boolean |
isPrimitiveArray() |