}
private void io1Transaction(int howManyUpdatePerTransaction, int howManyRowsPerUpdate) throws SQLException {
IO1 proc = this.getProcedure(IO1.class);
assert (proc != null);
proc.run(conn, this.getId());
}
private void io2Transaction(boolean makeSureWorketSetFitsInMemory, int howManyUpdatePerTransaction) throws SQLException {
IO2 proc = this.getProcedure(IO2.class);
assert (proc != null);