Example #1
0
 public Select setWhere(Where wh)
 {
     this.wh = wh;
     return(this);
 }