Class SQLServer2016Dialect

    • Constructor Detail

      • SQLServer2016Dialect

        public SQLServer2016Dialect()
        Deprecated.
    • Method Detail

      • supportsIfExistsBeforeTableName

        public boolean supportsIfExistsBeforeTableName()
        Deprecated.
        Description copied from class: Dialect
        For dropping a table, can the phrase if exists be applied before the table name?
        Overrides:
        supportsIfExistsBeforeTableName in class SQLServerDialect
        Returns:
        true if if exists can be applied before the table name
      • supportsIfExistsBeforeConstraintName

        public boolean supportsIfExistsBeforeConstraintName()
        Deprecated.
        Description copied from class: Dialect
        For dropping a constraint with an alter table statement, can the phrase if exists be applied before the constraint name?
        Overrides:
        supportsIfExistsBeforeConstraintName in class SQLServerDialect
        Returns:
        true if if exists can be applied before the constraint name
      • getDropSchemaCommand

        public String[] getDropSchemaCommand​(String schemaName)
        Deprecated.
        Description copied from class: Dialect
        Get the SQL command used to drop the named schema.
        Overrides:
        getDropSchemaCommand in class SQLServerDialect
        Parameters:
        schemaName - The name of the schema to be dropped.
        Returns:
        The drop commands