Class DBWriter

  • All Implemented Interfaces:
    IDBWriter

    public class DBWriter
    extends Object
    implements IDBWriter
    This is still in its early stages. The idea is to get something working with h2 and then add to that as necessary. Beware, this deletes the db file with each initialization. Each thread must construct its own DBWriter because each DBWriter creates its own PreparedStatements at initialization.