类 PostgreSQL91Dialect

    • 构造器详细资料

      • PostgreSQL91Dialect

        public PostgreSQL91Dialect()
    • 方法详细资料

      • supportsPartitionBy

        public boolean supportsPartitionBy()
        从类复制的说明: Dialect
        Does the underlying database support partition by
        覆盖:
        supportsPartitionBy 在类中 Dialect
        返回:
        boolean
      • supportsNonQueryWithCTE

        public boolean supportsNonQueryWithCTE()
        从类复制的说明: Dialect
        Does this dialect/database support non-query statements (e.g. INSERT, UPDATE, DELETE) with CTE (Common Table Expressions)?
        覆盖:
        supportsNonQueryWithCTE 在类中 Dialect
        返回:
        true if non-query statements are supported with CTE