Interface CreateTableFragment

  • All Superinterfaces:
    Fragment
    All Known Implementing Classes:
    CreateTable

    public interface CreateTableFragment
    extends Fragment
    This is the common interface for all fragments of a CREATE TABLE statement.
    • Method Detail

      • accept

        void accept​(CreateTableVisitor visitor)
        Accept a visitor (e.g. a renderer or validator)
        Parameters:
        visitor - visitor to accept