MCPcopy Create free account
hub / github.com/5zig/The-5zig-Mod / closeResources

Method closeResources

Utils/src/eu/the5zig/util/db/Database.java:172–175  ·  view source on GitHub ↗
(ResultSet rs, PreparedStatement st)

Source from the content-addressed store, hash-verified

170 }
171
172 public void closeResources(ResultSet rs, PreparedStatement st) {
173 closeResources(rs);
174 closeResources(st);
175 }
176
177 public void closeResources(PreparedStatement st) {
178 if (st == null)

Callers 3

doUpdateMethod · 0.95
queryMethod · 0.80

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected