List <RdbmsStatement> committedStatements = null;
try {
committedStatements = triples.commit();
unlock();
} catch (SQLException e) {
throw new RdbmsException(e);
}
catch (InterruptedException e) {
throw new RdbmsException(e);
}
if (hasConnectionListeners()) {
for (Statement st : committedStatements)
notifyStatementAdded(st);