Search for query

  1. Other projects
Title Object type File name Summary
views_plugin_query_default::$tables property plugins/views_plugin_query_default.inc Holds an array of tables and counts added so that we can create aliases.
views_plugin_query_default::$table_queue property plugins/views_plugin_query_default.inc A list of tables in the order they should be added, keyed by alias.
views_plugin_query_default::$tags property plugins/views_plugin_query_default.inc Query tags which will be passed over to the dbtng query object.
views_plugin_query_default::$where property plugins/views_plugin_query_default.inc An array of sections of the WHERE 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::add_field function plugins/views_plugin_query_default.inc Add a field to the query table, possibly with an alias. This will
automatically call ensure_table to make sure the required table exists,
*unless* $table is unset.
views_plugin_query_default::add_groupby function plugins/views_plugin_query_default.inc Add a simple GROUP BY clause to the query.
views_plugin_query_default::add_having function plugins/views_plugin_query_default.inc Add a simple HAVING clause to the query.
views_plugin_query_default::add_having_expression function plugins/views_plugin_query_default.inc Add a complex HAVING clause to the query.
views_plugin_query_default::add_orderby function plugins/views_plugin_query_default.inc Add an ORDER BY clause to the query.
views_plugin_query_default::add_relationship function plugins/views_plugin_query_default.inc A relationship is an alternative endpoint to a series of table joins.
views_plugin_query_default::add_signature function plugins/views_plugin_query_default.inc Add a signature to the query, if such a thing is feasible.
views_plugin_query_default::add_table function plugins/views_plugin_query_default.inc Add a table to the query, ensuring the path exists.
views_plugin_query_default::add_tag function plugins/views_plugin_query_default.inc Adds a query tag to the sql object.
views_plugin_query_default::add_where function plugins/views_plugin_query_default.inc Add a simple WHERE clause to the query.
views_plugin_query_default::add_where_expression function plugins/views_plugin_query_default.inc Add a complex WHERE clause to the query.
views_plugin_query_default::adjust_join function plugins/views_plugin_query_default.inc Fix a join to adhere to the proper relationship.
views_plugin_query_default::alter function plugins/views_plugin_query_default.inc Let modules modify the query just prior to finalizing it.
views_plugin_query_default::build function plugins/views_plugin_query_default.inc Builds the necessary info to execute the query.
views_plugin_query_default::build_condition function plugins/views_plugin_query_default.inc Construct the "WHERE" or "HAVING" part of the query.
views_plugin_query_default::clear_fields function plugins/views_plugin_query_default.inc Remove all fields that may've been added.
views_plugin_query_default::compile_fields function plugins/views_plugin_query_default.inc Build fields array.
views_plugin_query_default::ensure_path function plugins/views_plugin_query_default.inc Make sure that the specified table can be properly linked to the primary
table in the JOINs. This function uses recursion. If the tables needed
to complete the path back to the primary table are not in the query they
will be added, but additional…
views_plugin_query_default::ensure_table function plugins/views_plugin_query_default.inc Ensure a table exists in the queue; if it already exists it won't do
anything, but if it doesn't it will add the table queue. It will ensure a
path leads back to the relationship table.
views_plugin_query_default::execute function plugins/views_plugin_query_default.inc Executes the query and fills the associated view object with according
values.
views_plugin_query_default::get_aggregation_info function plugins/views_plugin_query_default.inc Get aggregation info for group by queries.
views_plugin_query_default::get_field_alias function plugins/views_plugin_query_default.inc Returns the alias for the given field added to $table.
views_plugin_query_default::get_join_data function plugins/views_plugin_query_default.inc Retrieve join data from the larger join data cache.
views_plugin_query_default::get_result_entities function plugins/views_plugin_query_default.inc Returns the according entity objects for the given query results.
views_plugin_query_default::get_table_info function plugins/views_plugin_query_default.inc Get the information associated with a table.
views_plugin_query_default::get_where_args function plugins/views_plugin_query_default.inc Get the arguments attached to the WHERE and HAVING clauses of this query.
views_plugin_query_default::init function plugins/views_plugin_query_default.inc Constructor; Create the basic query object and fill with default values.
views_plugin_query_default::mark_table function plugins/views_plugin_query_default.inc
views_plugin_query_default::options_form function plugins/views_plugin_query_default.inc Add settings for the ui.
views_plugin_query_default::options_submit function plugins/views_plugin_query_default.inc Special submit handling.
views_plugin_query_default::option_definition function plugins/views_plugin_query_default.inc Information about options for all kinds of purposes will be held here.
views_plugin_query_default::placeholder function plugins/views_plugin_query_default.inc Generates a unique placeholder used in the db query.
views_plugin_query_default::query function plugins/views_plugin_query_default.inc Generate a query and a countquery from all of the information supplied
to the object.
views_plugin_query_default::queue_table function plugins/views_plugin_query_default.inc Add a table to the query without ensuring the path.
views_plugin_query_default::set_count_field function plugins/views_plugin_query_default.inc Set what field the query will count() on for paging.
views_plugin_query_default::set_distinct function plugins/views_plugin_query_default.inc Set the view to be distinct.
views_plugin_query_default::set_header function plugins/views_plugin_query_default.inc Set the table header.
views_plugin_row::query function plugins/views_plugin_row.inc Add anything to the query that we might need to.
views_plugin_style::query function plugins/views_plugin_style.inc Add anything to the query that we might need to.
views_plugin_style_summary::query function plugins/views_plugin_style_summary.inc Add anything to the query that we might need to.
views_plugin_style_summary_jump_menu::query function plugins/views_plugin_style_summary_jump_menu.inc Add anything to the query that we might need to.
views_query.test file tests/views_query.test Abstract class for views testing.
views_query_default_aggregation_method_distinct function plugins/views_plugin_query_default.inc
views_query_default_aggregation_method_simple function plugins/views_plugin_query_default.inc
views_query_views_alter function ./views.module Implements hook_query_TAG_alter().
views_views_query_substitutions function ./views.module Substitute current time; this works with cached queries.