Name |
Description |
FirstQueryHandler |
Handler to modifiy query based on activation of 'first' modifier. |
IdentifiedSelectHandler |
Handler to fetch a single record if an identifier is set in the query. |
LatestQueryHandler |
Handler to modifiy query based on activation of 'latest' modifier. |
NativeSearchHandler |
Handler class to perform a native search where the db adapter supports full=text
language searching, thus avoiding the need to weight the results in PHP code. |
RandomQueryHandler |
Handler for queries requested with the random modifier. |
SearchQueryHandler |
Handler class to perform search query and then weight the fetched result set. |
SelectQueryHandler |
Handler class to perform select query and return a resultset. |