类 ProgressDialect

  • 所有已实现的接口:
    ConversionContext

    public class ProgressDialect
    extends Dialect
    An SQL dialect compatible with Progress 9.1C

    Connection Parameters required:
    • hibernate.dialect org.hibernate.sql.ProgressDialect
    • hibernate.driver com.progress.sql.jdbc.JdbcProgressDriver
    • hibernate.url jdbc:JdbcProgress:T:host:port:dbname;WorkArounds=536870912
    • hibernate.username username
    • hibernate.password password
    The WorkArounds parameter in the URL is required to avoid an error in the Progress 9.1C JDBC driver related to PreparedStatements.
    作者:
    Phillip Baird
    • 构造器详细资料

      • ProgressDialect

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

      • hasAlterTable

        public boolean hasAlterTable()
        从类复制的说明: Dialect
        Does this dialect support the ALTER TABLE syntax?
        覆盖:
        hasAlterTable 在类中 Dialect
        返回:
        True if we support altering of tables; false otherwise.
      • getAddColumnString

        public String getAddColumnString()
        从类复制的说明: Dialect
        The syntax used to add a column to a table (optional).
        覆盖:
        getAddColumnString 在类中 Dialect
        返回:
        The "add column" fragment.
      • qualifyIndexName

        public boolean qualifyIndexName()
        从类复制的说明: Dialect
        Do we need to qualify index names with the schema name?
        覆盖:
        qualifyIndexName 在类中 Dialect
        返回:
        boolean