All Superinterfaces:
Metadata

public interface Column extends Metadata
Represents a Relational Column metadata being part of a Table.
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    accept(Visitor visitor)
     
    Returns the DataType of the column.

    Methods inherited from interface com.apple.foundationdb.relational.api.metadata.Metadata

    getName
  • Method Details