4950515253545556
try { connection().exec("DELETE FROM Triples") ; } catch (SQLException ex) { log.warn("Exception truncating tables") ; throw new SDBException("SQLException truncating tables",ex) ; } }