Class DataAncestorFKColumn
- java.lang.Object
-
- org.openforis.collect.relational.model.IdColumn<Node<?>>
-
- org.openforis.collect.relational.model.DataAncestorFKColumn
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetAncestorDefinitionId()IntegergetLength()intgetLevel()StringgetName()RDBJdbcTypegetType()booleanisNullable()booleanisParentFKColumn()StringtoString()
-
-
-
Method Detail
-
isParentFKColumn
public boolean isParentFKColumn()
-
getAncestorDefinitionId
public int getAncestorDefinitionId()
-
getLevel
public int getLevel()
-
getType
public RDBJdbcType getType()
-
isNullable
public boolean isNullable()
- Specified by:
isNullablein interfaceColumn<T>
-
-