All Known Subinterfaces:
Column, Index, Schema, SchemaTemplate, Table

public interface Metadata
Base interface for Relational metadata. A meta datum has a specific name, and is usually part of a metadata hierarchy that can be visited using a general Visitor.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(Visitor visitor)
     
    Returns the name of the metadata.
  • Method Details

    • getName

      @Nonnull String getName()
      Returns the name of the metadata.
      Returns:
      the name of the metadata.
    • accept

      void accept(@Nonnull Visitor visitor)