Exemple #1
0
 public ISelecter whereNotIn(String column, Object... value) {
   super.whereNotIn(column, value);
   return this;
 }