This commit is contained in:
lukaseder 2015-10-08 09:32:15 +02:00
parent bb0613167b
commit fed5dfcb87
5 changed files with 5 additions and 0 deletions

View File

@ -56,6 +56,7 @@ import static org.jooq.SQLDialect.POSTGRES;
import static org.jooq.SQLDialect.SQLITE;
// ...
// ...
// ...
/**
* This type is used for the {@link Select}'s DSL API when selecting generic

View File

@ -56,6 +56,7 @@ import static org.jooq.SQLDialect.POSTGRES;
import static org.jooq.SQLDialect.SQLITE;
// ...
// ...
// ...
/**
* This type is used for the {@link Select}'s DSL API when selecting generic

View File

@ -59,6 +59,7 @@ import static org.jooq.SQLDialect.POSTGRES_9_5;
import static org.jooq.SQLDialect.SQLITE;
// ...
// ...
// ...
import java.sql.Connection;
import java.sql.PreparedStatement;

View File

@ -47,6 +47,7 @@ import static org.jooq.SQLDialect.HSQLDB;
import static org.jooq.SQLDialect.POSTGRES;
// ...
// ...
// ...
/**
* This type is part of the jOOQ DSL to create {@link Select}, {@link Insert},

View File

@ -48,6 +48,7 @@ import static org.jooq.SQLDialect.HSQLDB;
import static org.jooq.SQLDialect.POSTGRES;
// ...
// ...
// ...
import java.util.Collection;