internal SelectClause(JoinClause join, string select)
 {
     this.join = join;
     this.select = select;
 }