rdb/src/main/java/org/apache/tuscany/das/rdb/impl/InsertCommandImpl.java [51:57]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        } catch (SQLException e) {
            throw new RuntimeException(e);
        } finally {
            if (success) {
                statement.getConnection().cleanUp();
            } else {
                statement.getConnection().errorCleanUp();
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



rdb/src/main/java/org/apache/tuscany/das/rdb/impl/ReadCommandImpl.java [293:299]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        } catch (SQLException e) {
            throw new RuntimeException(e);
        } finally {
            if (success) {
                statement.getConnection().cleanUp();
            } else {
                statement.getConnection().errorCleanUp();
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



