Interface Metadata

  • 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 Detail

      • getName

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

        void accept​(@Nonnull
                    Visitor visitor)