Interface SystemColumn
-
- All Known Implementing Classes:
SystemColumnImpl
public interface SystemColumn
Implements the description of a column in a system table.- Version:
- 0.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getName()
Gets the name of this column.DataTypeDescriptor
getType()
Return the type of this column.
-
-
-
Method Detail
-
getName
java.lang.String getName()
Gets the name of this column.- Returns:
- The column name.
-
getType
DataTypeDescriptor getType()
Return the type of this column.
-
-