Class PostgreSQL92Dialect

    • Constructor Detail

      • PostgreSQL92Dialect

        public PostgreSQL92Dialect()
        Constructs a PostgreSQL92Dialect
    • Method Detail

      • supportsIfExistsAfterAlterTable

        public boolean supportsIfExistsAfterAlterTable()
        Description copied from class: Dialect
        For an "alter table", can the phrase "if exists" be applied?
        Overrides:
        supportsIfExistsAfterAlterTable in class Dialect
        Returns:
        true if the "if exists" can be applied after ALTER TABLE