Safely close a statement
(ExecuteListener listener, ExecuteContext ctx)
| 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 |
no test coverage detected