Class DropTableStatementHandler

    • Constructor Detail

      • DropTableStatementHandler

        public DropTableStatementHandler()
    • Method Detail

      • ifExists

        public static boolean ifExists​(DropTableStatement dropTableStatement)
        Judge whether contains if exists.
        Parameters:
        dropTableStatement - drop table statement
        Returns:
        contains contains if exists or not
      • containsCascade

        public static boolean containsCascade​(DropTableStatement dropTableStatement)
        Judge whether contains cascade.
        Parameters:
        dropTableStatement - drop table statement
        Returns:
        contains cascade or not