final int launchIndex = rs.getInt(4);
instances.add(new IdempotentInstanceImpl(vmId, name, launchIndex));
} while(rs.next());
return new IdempotentReservationImpl(creatorId, clientToken, groupId, instances);
} catch(SQLException e) {
logger.error("",e);
throw new WorkspaceDatabaseException(e);