Defines the default query object which builds SQL to execute using the Drupal database API. More...
Go to the source code of this file.
Classes | |
class | views_plugin_query_default |
Object used to create a SELECT query. More... | |
Functions | |
views_query_default_aggregation_method_simple ($group_type, $field) | |
views_query_default_aggregation_method_distinct ($group_type, $field) |
Defines the default query object which builds SQL to execute using the Drupal database API.
Definition in file views_plugin_query_default.inc.