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

    Modifier and Type
    Method
    Description
    Gets the name of this column.
    Return the type of this column.
  • Method Details

    • getName

      String getName()
      Gets the name of this column.
      Returns:
      The column name.
    • getType

      Return the type of this column.