MCPcopy Create free account
hub / github.com/jOOQ/jOOQ / safeClose

Method safeClose

jOOQ/src/main/java/org/jooq/impl/Tools.java:3755–3757  ·  view source on GitHub ↗

Safely close a statement

(ExecuteListener listener, ExecuteContext ctx)

Source from the content-addressed store, hash-verified

3753 * Safely close a statement
3754 */
3755 static final void safeClose(ExecuteListener listener, ExecuteContext ctx) {
3756 safeClose(listener, ctx, false);
3757 }
3758
3759 /**
3760 * Safely close a statement

Callers 12

connectionResult0Method · 0.95
executeMethod · 0.95
executePreparedMethod · 0.95
executeMethod · 0.95
closeMethod · 0.95
loadSourceMethod · 0.45
request0Method · 0.45
cancel0Method · 0.45
executeJSONMethod · 0.45
executeCSVMethod · 0.45
closeMethod · 0.45

Calls 8

safeCloseMethod · 0.95
consumeWarningsMethod · 0.95
cleanMethod · 0.95
localConnectionMethod · 0.80
resultSetMethod · 0.65
statementMethod · 0.65
releaseMethod · 0.65
endMethod · 0.65

Tested by

no test coverage detected