[jOOQ/jOOQ#15808] Support H2's USE INDEX hint

This commit is contained in:
Lukas Eder 2023-11-08 14:24:48 +01:00
parent d0108ca356
commit ae88db710d

View File

@ -2699,7 +2699,7 @@ extends
* href="http://dev.mysql.com/doc/refman/5.7/en/index-hints.html">http://dev.mysql.com/doc/refman/5.7/en/index-hints.html</a>
*/
@NotNull
@Support({ MARIADB, MYSQL })
@Support({ H2, MARIADB, MYSQL })
Table<R> useIndex(String... indexes);
/**