Package org.hibernate.dialect

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 phraseif exists be applied before the table name?
        Overrides:
        supportsIfExistsBeforeTableName in class SQLServerDialect
        Returns:
        true ifif exists can be applied before the table name
      • supportsIfExistsBeforeConstraintName

        public boolean supportsIfExistsBeforeConstraintName()
        Deprecated.
        Description copied from class: Dialect
        For dropping a constraint with analter table statement, can the phraseif exists be applied before the constraint name?
        Overrides:
        supportsIfExistsBeforeConstraintName in class SQLServerDialect
        Returns:
        true ifif 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