[jOOQ/jOOQ#5799] Move Table::withOrdinality into OSS section!
This commit is contained in:
parent
cc2e45792b
commit
bfe5d5151f
@ -3032,11 +3032,12 @@ extends
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Add the <code>WITH ORDINALITY</code> clause.
|
||||
*/
|
||||
@NotNull
|
||||
@Support({ CUBRID, FIREBIRD, H2, MARIADB, MYSQL, POSTGRES, SQLITE, YUGABYTEDB })
|
||||
Table<Record> withOrdinality();
|
||||
|
||||
/**
|
||||
* Create a new <code>TABLE</code> reference from this table, applying
|
||||
|
||||
@ -1112,7 +1112,6 @@ implements
|
||||
return as(otherTable.getUnqualifiedName(), (f, i) -> aliasFunction.apply(f, i).getUnqualifiedName());
|
||||
}
|
||||
|
||||
@SuppressWarnings("unchecked")
|
||||
@Override
|
||||
public final Table<Record> withOrdinality() {
|
||||
return new OrdinalityTable<>(this);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user