[jOOQ/jOOQ#10039] Add support for the Oracle 21c WINDOW clause

This commit is contained in:
Lukas Eder 2021-12-16 12:11:30 +01:00
parent f195735676
commit 9a0c1f2bb6
2 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,7 @@ package org.jooq.impl;
// ...
// ...
import static org.jooq.SQLDialect.MYSQL;
// ...
import static org.jooq.SQLDialect.POSTGRES;
import static org.jooq.SQLDialect.SQLITE;
import static org.jooq.SQLDialect.YUGABYTE;

View File

@ -93,6 +93,7 @@ import static org.jooq.SQLDialect.MYSQL;
// ...
// ...
// ...
// ...
import static org.jooq.SQLDialect.POSTGRES;
// ...
// ...