10751076107710781079108010811082108310841085
addRequest(new UpdateUIAfterInsertRequest(this, isLastInLine())); if (queued) { WorkFlow.insert(this); } else { new InsertQuery(this).run(); } } catch (ValidationException ve) { executeRequests(false); throw ve; } catch (Exception e) {
2223242526272829
private ResourceManager rm; public InsertQueryGenerator() { super(); this.s = new BNode("v"); this.query = new InsertQuery(); this.obj = null; }