[jOOQ/jOOQ#9061] Remove PRO API
This commit is contained in:
parent
1a15bfbf29
commit
761fce92aa
@ -57,6 +57,7 @@ import org.jooq.DatePart;
|
||||
import org.jooq.Field;
|
||||
import org.jooq.LikeEscapeStep;
|
||||
import org.jooq.Name;
|
||||
// ...
|
||||
import org.jooq.QuantifiedSelect;
|
||||
import org.jooq.QueryPartInternal;
|
||||
import org.jooq.Record;
|
||||
@ -1259,10 +1260,15 @@ final class FieldProxy<T> implements Field<T>, QueryPartInternal {
|
||||
return delegate.compare(comparator, query);
|
||||
}
|
||||
|
||||
@Override
|
||||
public final Field<T> plus() {
|
||||
return delegate.plus();
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@Override
|
||||
public final Field<Integer> sign() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user