views_plugin_query_default::add_having in core/modules/views/plugins/views_plugin_query_default.inc
Add a simple HAVING clause to the query.
views_plugin_query_default::add_having_expression in core/modules/views/plugins/views_plugin_query_default.inc
Add a complex HAVING clause to the query. The caller is responsible for ensuring that all fields are fully qualified (TABLE.FIELD) and that the table and an appropriate GROUP BY already exist in the query. Internally the dbtng method…
views_plugin_query_default::add_where in core/modules/views/plugins/views_plugin_query_default.inc
Add a simple WHERE clause to the query. The caller is responsible for ensuring that all fields are fully qualified (TABLE.FIELD) and that the table already exists in the query.
views_plugin_query_default::add_where_expression in core/modules/views/plugins/views_plugin_query_default.inc
Add a complex WHERE clause to the query.