Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/jOOQ/jOOQ
/ fields
Method
fields
jOOQ/src/main/java/org/jooq/impl/TableList.java:100–102 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
98
}
99
100
final
List<Field<?>> fields() {
101
return
flatMap(this, t -> asList(t.fieldsRow().fields()));
102
}
103
104
/**
105
* Get a list of names of the <code>NamedQueryParts</code> contained in this
Callers
nothing calls this directly
Calls
3
flatMap
Method · 0.80
fields
Method · 0.65
fieldsRow
Method · 0.65
Tested by
no test coverage detected