Interface SystemColumn

  • All Known Implementing Classes:
    SystemColumnImpl

    public interface SystemColumn
    Implements the description of a column in a system table.
    Version:
    0.1
    • Method Detail

      • getName

        java.lang.String getName()
        Gets the name of this column.
        Returns:
        The column name.