Class CreateUniqueConstraintWithMultipleNullsCommand

  • All Implemented Interfaces:
    DdlCommand

    public class CreateUniqueConstraintWithMultipleNullsCommand
    extends Object
    implements DdlCommand
    This command can be used for enforcing uniqueness of non-null values in nullable columns.
    • Constructor Detail

      • CreateUniqueConstraintWithMultipleNullsCommand

        @Deprecated
        public CreateUniqueConstraintWithMultipleNullsCommand​(com.atlassian.config.db.HibernateConfig hibernateConfig,
                                                              String constraintName,
                                                              String tableName,
                                                              String columnName)
        Deprecated.
        since 7.20