(Exception e)
| 76 | } |
| 77 | |
| 78 | private static <T extends Exception> void sneakyThrow(Exception e) throws T { |
| 79 | throw (T) e; |
| 80 | } |
| 81 | |
| 82 | private Connection connection; |
| 83 | private List<SQLCache> caches = new ArrayList<>(); |
no outgoing calls
no test coverage detected