Project

General

Profile

« Previous | Next » 

Revision 177

finsihed basic functionality for structured queries based on the DBQuery and QuerySpecification classes

View differences:

DBWriter.java
104 104
        conn.commit();
105 105
        conn.setAutoCommit(true);
106 106
      } catch (SAXParseException e) {
107
        conn.rollback();
107 108
        System.err.println(e.getMessage());
108 109
      } catch (SAXException e) {
110
        conn.rollback();
109 111
        System.err.println(e.getMessage());
110 112
      } catch (Exception e) {
113
        conn.rollback();
111 114
        System.err.println(e.toString());
112 115
      }
113 116
  }

Also available in: Unified diff