[jOOQ/jOOQ#19373] Inconsistent Support annotations between
DerivedColumnsList::as and DerivedColumnList[N]::as
This commit is contained in:
parent
cc265eff30
commit
7c40f49e5e
@ -106,7 +106,7 @@ public interface DerivedColumnList extends QueryPart {
|
||||
* </ul>
|
||||
*/
|
||||
@NotNull
|
||||
@Support({ FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES, SQLITE, YUGABYTEDB })
|
||||
@Support
|
||||
<R extends Record> CommonTableExpression<R> as(ResultQuery<R> query);
|
||||
|
||||
/**
|
||||
@ -128,7 +128,7 @@ public interface DerivedColumnList extends QueryPart {
|
||||
* </ul>
|
||||
*/
|
||||
@NotNull
|
||||
@Support({ FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES, SQLITE, YUGABYTEDB })
|
||||
@Support
|
||||
<R extends Record> CommonTableExpression<R> asMaterialized(ResultQuery<R> query);
|
||||
|
||||
/**
|
||||
@ -150,7 +150,7 @@ public interface DerivedColumnList extends QueryPart {
|
||||
* </ul>
|
||||
*/
|
||||
@NotNull
|
||||
@Support({ FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES, SQLITE, YUGABYTEDB })
|
||||
@Support
|
||||
<R extends Record> CommonTableExpression<R> asNotMaterialized(ResultQuery<R> query);
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
Loading…
Reference in New Issue
Block a user