8889909192939495
Statement statement = connection.createStatement(); statement.executeUpdate(deleteString); statement.close(); } catch (SQLException e) { throw new UnableToDeleteException(e); } }