949596979899100101102103104
} finally { if (executionInput.isCommitAfterExecution()) { if (usePoolConnection) { connection.commit(); } else { if (connectionHandler != null) connectionHandler.commit(); } } if (connectionHandler != null && usePoolConnection) connectionHandler.freePoolConnection(connection); }