exists : function(attr){
                var obj = {};
                obj[attr] = {"$exists":true};
                this.whereQuery.push(obj);
                return this;