Interface SystemColumn
- All Known Implementing Classes:
SystemColumnImpl
public interface SystemColumn
Implements the description of a column in a system table.
- Version:
- 0.1
-
Method Details
-
getName
String getName()Gets the name of this column.- Returns:
- The column name.
-
getType
DataTypeDescriptor getType()Return the type of this column.
-