[jOOQ/jOOQ#8950] Added support for Db2

This commit is contained in:
Lukas Eder 2020-03-27 10:40:16 +01:00
parent 2931f830a1
commit cbbb48f9c3
4 changed files with 4 additions and 0 deletions

View File

@ -37,6 +37,7 @@
*/
package org.jooq;
// ...
// ...
// ...
import static org.jooq.SQLDialect.H2;

View File

@ -37,6 +37,7 @@
*/
package org.jooq;
// ...
// ...
// ...
import static org.jooq.SQLDialect.H2;

View File

@ -37,6 +37,7 @@
*/
package org.jooq;
// ...
// ...
import org.jooq.impl.DSL;

View File

@ -37,6 +37,7 @@
*/
package org.jooq;
// ...
// ...
import org.jooq.impl.DSL;