Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/jOOQ/jOOQ
/ execute
Method
execute
jOOQ/src/main/java/org/jooq/impl/BatchSingle.java:170–173 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
168
}
169
170
@Override
171
public
final
int
[] execute() {
172
return
(
int
[]) execute(false);
173
}
174
175
@Override
176
public
final
long[] executeLarge() {
Callers
1
executeLarge
Method · 0.95
Calls
8
execute
Method · 0.95
checkBindValues
Method · 0.95
executeStatic
Method · 0.95
executePrepared
Method · 0.95
executeStaticStatements
Method · 0.80
isEmpty
Method · 0.65
info
Method · 0.65
settings
Method · 0.65
Tested by
no test coverage detected