[jOOQ/jOOQ#8780] Support SQLSERVER in AlterIndexStep

Add support for SQLSERVER2016 and SQLDATAWAREHOUSE to `AlterIndexStep`.
This commit is contained in:
Knut Wannheden 2019-06-13 14:10:11 +02:00
parent 222005c580
commit 375ae0c70a

View File

@ -48,6 +48,8 @@ import static org.jooq.SQLDialect.MARIADB;
import static org.jooq.SQLDialect.MYSQL;
// ...
import static org.jooq.SQLDialect.POSTGRES;
// ...
// ...
/**
* The step in the <code>ALTER INDEX</code> where the action can be decided.