类 PostgreSQL92Dialect

    • 构造器详细资料

      • PostgreSQL92Dialect

        public PostgreSQL92Dialect()
        Constructs a PostgreSQL92Dialect
    • 方法详细资料

      • supportsIfExistsAfterAlterTable

        public boolean supportsIfExistsAfterAlterTable()
        从类复制的说明: Dialect
        For an "alter table", can the phrase "if exists" be applied?
        覆盖:
        supportsIfExistsAfterAlterTable 在类中 Dialect
        返回:
        true if the "if exists" can be applied after ALTER TABLE