Interface DropTableFragment

  • All Superinterfaces:
    Fragment
    All Known Implementing Classes:
    CascadeConstraints, DropTable

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

      • accept

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