Search for query
Title | Object type | File name | Summary |
---|---|---|---|
views_plugin::query | function | includes/ |
Add anything to the query that we might need to. |
views_plugin_display::query | function | plugins/ |
Inject anything into the query that the display handler needs. |
views_plugin_display_extender::query | function | plugins/ |
Inject anything into the query that the display_extender handler needs. |
views_plugin_exposed_form::query | function | plugins/ |
Add anything to the query that we might need to. |
views_plugin_exposed_form_input_required::query | function | plugins/ |
Add anything to the query that we might need to. |
views_plugin_pager::execute_count_query | function | plugins/ |
Execute the count query, which will be done just prior to the query itself being executed. |
views_plugin_pager::query | function | plugins/ |
Modify the query for paging. |
views_plugin_pager::use_count_query | function | plugins/ |
Determine if a pager needs a count query. |
views_plugin_pager_full::query | function | plugins/ |
Modify the query for paging. |
views_plugin_pager_none::execute_count_query | function | plugins/ |
Execute the count query, which will be done just prior to the query itself being executed. |
views_plugin_pager_none::query | function | plugins/ |
Modify the query for paging. |
views_plugin_pager_none::use_count_query | function | plugins/ |
Determine if a pager needs a count query. |
views_plugin_pager_some::query | function | plugins/ |
Modify the query for paging. |
views_plugin_pager_some::use_count_query | function | plugins/ |
Determine if a pager needs a count query. |
views_plugin_query | class | plugins/ |
The base query class, which is the underlying layer in a View. |
views_plugin_query.inc | file | plugins/ |
Definition of views_plugin_query. |
views_plugin_query::$pager | property | plugins/ |
A pager plugin that should be provided by the display. |
views_plugin_query::add_signature | function | plugins/ |
Add a signature to the query, if such a thing is feasible. |
views_plugin_query::alter | function | plugins/ |
Let modules modify the query just prior to finalizing it. |
views_plugin_query::build | function | plugins/ |
Builds the necessary info to execute the query. |
views_plugin_query::execute | function | plugins/ |
Executes the query and fills the associated view object with according values. |
views_plugin_query::get_aggregation_info | function | plugins/ |
Get aggregation info for group by queries. |
views_plugin_query::get_result_entities | function | plugins/ |
Returns the according entity objects for the given query results. |
views_plugin_query::init | function | plugins/ |
Constructor; Create the basic query object and fill with default values. |
views_plugin_query::options_form | function | plugins/ |
Add settings for the ui. |
views_plugin_query::options_submit | function | plugins/ |
Handle any special handling on the validate form. |
views_plugin_query::options_validate | function | plugins/ |
Validate the options form. |
views_plugin_query::query | function | plugins/ |
Generate a query and a countquery from all of the information supplied to the object. |
views_plugin_query::render_pager | function | plugins/ |
Render the pager, if necessary. |
views_plugin_query::set_group_operator | function | plugins/ |
Control how all WHERE and HAVING groups are put together. |
views_plugin_query::set_limit | function | plugins/ |
Set a LIMIT on the query, specifying a maximum number of results. |
views_plugin_query::set_offset | function | plugins/ |
Set an OFFSET on the query, specifying a number of results to skip. |
views_plugin_query::set_where_group | function | plugins/ |
Create a new grouping for the WHERE or HAVING clause. |
views_plugin_query::summary_title | function | plugins/ |
Returns the summary of the settings in the display. |
views_plugin_query_default | class | plugins/ |
Object used to create a SELECT query. |
views_plugin_query_default.inc | file | plugins/ |
Definition of views_plugin_query_default. |
views_plugin_query_default::$distinct | property | plugins/ |
A flag as to whether or not to make the primary field distinct. |
views_plugin_query_default::$fields | property | plugins/ |
An array of fields. |
views_plugin_query_default::$field_aliases | property | plugins/ |
An array mapping table aliases and field names to field aliases. |
views_plugin_query_default::$get_count_optimized | property | plugins/ |
Should this query be optimized for counts, for example no sorts. |
views_plugin_query_default::$groupby | property | plugins/ |
A simple array of group by clauses. |
views_plugin_query_default::$group_operator | property | plugins/ |
The default operator to use when connecting the WHERE groups. May be AND or OR. |
views_plugin_query_default::$has_aggregate | property | plugins/ |
|
views_plugin_query_default::$having | property | plugins/ |
An array of sections of the HAVING query. Each section is in itself an array of pieces and a flag as to whether or not it should be AND or OR. |
views_plugin_query_default::$header | property | plugins/ |
The table header to use for tablesort. This matters because tablesort needs to modify the query and needs the header. |
views_plugin_query_default::$no_distinct | property | plugins/ |
Is the view marked as not distinct. |
views_plugin_query_default::$orderby | property | plugins/ |
A simple array of order by clauses. |
views_plugin_query_default::$pager | property | plugins/ |
The current used pager plugin. |
views_plugin_query_default::$pure_distinct | property | plugins/ |
Defines the distinct type. |
views_plugin_query_default::$relationships | property | plugins/ |
Holds an array of relationships, which are aliases of the primary table that represent different ways to join the same table in. |
Pagination
- Previous page
- Page 4
- Next page