function getSelectQueryHandler($distinct=true) { return $this->getSelectQueryHandlerFor( $this->getTableName() , $this->getTableMap() , $this->getFieldMapPrefixed() , $distinct ); }