This commit is contained in:
Lukas Eder 2020-04-16 17:17:30 +02:00
parent 1a15bfbf29
commit 761fce92aa

View File

@ -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() {