Toggle navigation
Home
org.jooq.Table to org.jooq.TableLike
No. of Instances - 1
No. of Commits - 1
No. of Projects - {'jOOQ'}
Hierarchy/Composition: R_SUPER_T
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Add or Remove Method invocation
parseQueryExpressionBody(ctx,null,null,select)
to
alias
alias
to
alias
result.as(alias,columnAliases.toArray(EMPTY_NAME))
to
t(result,true).as(alias,columnAliases.toArray(EMPTY_NAME))
result.as(alias)
to
parseQueryExpressionBody(ctx,null,null,select)
Other
result
to
result