Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/jOOQ/jOOQ
/ executeLarge
Method
executeLarge
jOOQ/src/main/java/org/jooq/impl/BatchSingle.java:175–178 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
173
}
174
175
@Override
176
public
final
long[] executeLarge() {
177
return
(long[]) execute(true);
178
}
179
180
private
final
Object execute(boolean large) {
181
Callers
nothing calls this directly
Calls
1
execute
Method · 0.95
Tested by
no test coverage detected