select count(*) from cr_content_mime_type_map where mime_type like ('%text/%') and content_type = :content_type select map.content_method from cm_content_type_method_map map, cm_content_methods m where map.content_method = m.content_method and map.content_type = :content_type $text_entry_filter select content_method from cm_content_methods m where 1 = 1 $text_entry_filter select label, map.content_method from cm_content_methods m, cm_content_type_method_map map where m.content_method = map.content_method and map.content_type = :content_type $text_entry_filter select label, content_method from cm_content_methods m where 1 = 1 $text_entry_filter