Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/jOOQ/jOOQ
/ wrapped
Method
wrapped
jOOQ/src/main/java/org/jooq/impl/Alias.java:161–163 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
159
}
160
161
final
Q wrapped() {
162
return
wrapped;
163
}
164
165
final
boolean hasFieldAliases() {
166
return
isNotEmpty(fieldAliases);
Callers
15
initFieldAliases
Method · 0.45
getAliasedTable
Method · 0.45
getPrimaryKey
Method · 0.45
getUniqueKeys
Method · 0.45
getReferences
Method · 0.45
getRecordVersion
Method · 0.45
getRecordTimestamp
Method · 0.45
as
Method · 0.45
getRecordType
Method · 0.45
$table
Method · 0.45
getAliasedTable
Method · 0.45
as
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected