Class SQLServer2016Dialect

All Implemented Interfaces:
FunctionContributor, TypeContributor, ConversionContext

@Deprecated public class SQLServer2016Dialect extends SQLServerDialect
Deprecated.
use SQLServerDialect(13)
Microsoft SQL Server 2016 Dialect
  • Constructor Details

    • SQLServer2016Dialect

      public SQLServer2016Dialect()
      Deprecated.
  • Method Details

    • 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