424425426427428429430
void addEndFrom(String fromTable) { this.from.append(fromTable); } public Where closeFor(){ throw new SubQueryCloseException(); }