public class DataColumn extends Object
| Modifier and Type | Method and Description |
|---|---|
AttributeDefinition |
getAttributeDefinition()
Returns the
AttributeDefinition associated to the column. |
Object |
getDefaultValue() |
protected static Integer |
getFieldLength(Class<?> type) |
protected static Integer |
getFieldLength(FieldDefinition<?> defn) |
Integer |
getLength() |
String |
getName() |
NodeDefinition |
getNodeDefinition() |
Path |
getRelativePath() |
RDBJdbcType |
getType() |
boolean |
isNullable() |
String |
toString() |
protected static Integer getFieldLength(FieldDefinition<?> defn)
public NodeDefinition getNodeDefinition()
public Path getRelativePath()
public Object getDefaultValue()
public AttributeDefinition getAttributeDefinition()
AttributeDefinition associated to the column.column - public RDBJdbcType getType()
public boolean isNullable()
isNullable in interface Column<T>Copyright © 2020 Open Foris. All rights reserved.