} // selectAll()

        public Query selectDistinct()
        {
            _selectClause.setDistinct(true);
            return(this);
        }