org.jooq.Field<?> to org.jooq.FieldOrRow
No. of Instances - 7
No. of Commits - 3
No. of Projects - {'jOOQ'}
Hierarchy/Composition: R_SUPER_T
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
- r.mul((Field)parseFieldTerm(ctx,type)) to ((Field)r).mul((Field)parseTerm(ctx,type))
- r.div((Field)parseFieldTerm(ctx,type)) to ((Field)r).div((Field)parseTerm(ctx,type))
- r.mod((Field)parseFieldTerm(ctx,type)) to ((Field)r).mod((Field)parseTerm(ctx,type))
- parseFieldConcat(ctx,type) to toField(ctx,parseConcat(ctx,type))
- parseFieldTerm(ctx,type) to toField(ctx,parseTerm(ctx,type))
- r.add(parseFieldFactor(ctx,type)) to ((Field)r).add((Field)parseFactor(ctx,type))
- r.sub(parseFieldFactor(ctx,type)) to ((Field)r).sub((Field)parseFactor(ctx,type))