Fixed Javadoc

This commit is contained in:
Lukas Eder 2014-07-22 14:06:06 +02:00
parent cb3003e9b6
commit c3fb96c5ff

View File

@ -102,7 +102,7 @@ import static org.jooq.SQLDialect.SQLITE;
public interface SelectIntoStep<R extends Record> extends SelectFromStep<R> {
/**
* Add additional fields to the <code>SELECT</code> clause of this query
* Add an <code>INTO</code> clause to the <code>SELECT</code> statement.
*/
@Support({ CUBRID, DERBY, H2, HSQLDB, MARIADB, MYSQL, POSTGRES, SQLITE })
SelectIntoStep<Record> into(Table<?> table);