MCPcopy 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

initFieldAliasesMethod · 0.45
getAliasedTableMethod · 0.45
getPrimaryKeyMethod · 0.45
getUniqueKeysMethod · 0.45
getReferencesMethod · 0.45
getRecordVersionMethod · 0.45
getRecordTimestampMethod · 0.45
asMethod · 0.45
getRecordTypeMethod · 0.45
$tableMethod · 0.45
getAliasedTableMethod · 0.45
asMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected