MergeQuery::where |
function |
includes/database/query.inc |
Implements QueryConditionInterface::where(). |
DeleteQuery::where |
function |
includes/database/query.inc |
Implements QueryConditionInterface::where(). |
UpdateQuery::where |
function |
includes/database/query.inc |
Implements QueryConditionInterface::where(). |
SelectQuery::where |
function |
includes/database/select.inc |
Implements QueryConditionInterface::where(). |
SelectQuery::$where |
property |
includes/database/select.inc |
The conditional object for the WHERE clause. |
DatabaseCondition::where |
function |
includes/database/query.inc |
Implements QueryConditionInterface::where(). |
SelectQueryExtender::where |
function |
includes/database/select.inc |
Adds an arbitrary WHERE clause to the query. |
QueryConditionInterface::where |
function |
includes/database/query.inc |
Adds an arbitrary WHERE clause to the query. |
date_sql_handler::sql_where_date |
function |
modules/date/views/date_sql_handler.inc |
Creates a where clause to compare a complete date field to a date value. |
date_sql_handler::sql_where_format |
function |
modules/date/views/date_sql_handler.inc |
Create a where clause to compare a formated field to a formated value. |
views_plugin_query::set_where_group |
function |
modules/views/plugins/views_plugin_query.inc |
Create a new grouping for the WHERE or HAVING clause. |
date_sql_handler::sql_where_extract |
function |
modules/date/views/date_sql_handler.inc |
Creates a where clause comparing an extracted date part to an integer. |
views_plugin_query_default::add_where |
function |
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. |
DatabaseUpdateTestCase::testWhereUpdate |
function |
modules/simpletest/tests/database_test.test |
Confirm that we can update a multiple records with a where call. |
views_plugin_query_default::get_where_args |
function |
modules/views/plugins/views_plugin_query_default.inc |
Get the arguments attached to the WHERE and HAVING clauses of this query. |
views_plugin_query_default::add_where_expression |
function |
modules/views/plugins/views_plugin_query_default.inc |
Add a complex WHERE clause to the query. |
DatabaseUpdateTestCase::testWhereAndConditionUpdate |
function |
modules/simpletest/tests/database_test.test |
Confirm that we can stack condition and where calls. |