Class DataPrimaryKeyColumn
- java.lang.Object
-
- org.openforis.collect.relational.model.IdColumn<Node<?>>
-
- org.openforis.collect.relational.model.DataPrimaryKeyColumn
-
- All Implemented Interfaces:
Column<Node<?>>,PrimaryKeyColumn
public class DataPrimaryKeyColumn extends IdColumn<Node<?>> implements PrimaryKeyColumn
- Author:
- G. Miceli
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetLength()StringgetName()RDBJdbcTypegetType()booleanisNullable()StringtoString()
-
-
-
Method Detail
-
getType
public RDBJdbcType getType()
-
isNullable
public boolean isNullable()
- Specified by:
isNullablein interfaceColumn<T>
-
-