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



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



