public GOQL2(GOQL <T> gq) { this.currentGOQL = gq; }
public GOQL1(GOQL <T> gq, OQL1 q1) : base(gq) { this.currentGOQL = gq; this.currentOQL1 = q1; }