4950515253545556575859
resultSet, resultType); } finally { try { resultSet.close(); } catch (SQLException exception) { log.error(exception); } } } finally { try { statement.close();
5657585960616263646566
} } finally { try { statement.close(); } catch (SQLException exception) { log.error(exception); } } } }
4748495051525354555657
.result(statement, resultType); } finally { try { statement.close(); } catch (SQLException exception) { log.error(exception); } } } }