[jOOQ/jOOQ#8769] Fix @Support annotations on TableOuterJoinStep

TableOuterJoinStep is for the time being only supported by ORACLE.
This commit is contained in:
Knut Wannheden 2019-06-11 14:08:06 +02:00
parent 88be3c65ab
commit 046a99bb68

View File

@ -37,28 +37,6 @@
*/
package org.jooq;
// ...
// ...
// ...
// ...
import static org.jooq.SQLDialect.CUBRID;
// ...
import static org.jooq.SQLDialect.DERBY;
import static org.jooq.SQLDialect.FIREBIRD;
import static org.jooq.SQLDialect.H2;
// ...
import static org.jooq.SQLDialect.HSQLDB;
// ...
// ...
import static org.jooq.SQLDialect.MARIADB;
// ...
import static org.jooq.SQLDialect.MYSQL;
// ...
import static org.jooq.SQLDialect.POSTGRES;
// ...
// ...
// ...
// ...
// ...
import org.jooq.impl.DSL;