Query::execute |
function |
drupal/includes/database/query.inc |
Runs the query against the database. |
MergeQuery::execute |
function |
drupal/includes/database/query.inc |
Runs the query against the database. |
user_search_execute |
function |
drupal/modules/user/user.module |
Implements hook_search_execute(). |
hook_search_execute |
function |
drupal/modules/search/search.api.php |
Execute a search for a set of key words. |
node_search_execute |
function |
drupal/modules/node/node.module |
Implements hook_search_execute(). |
SelectQuery::execute |
function |
drupal/includes/database/select.inc |
Runs the query against the database. |
SearchQuery::execute |
function |
drupal/modules/search/search.extender.inc |
Executes the search. |
InsertQuery::execute |
function |
drupal/includes/database/query.inc |
Executes the insert query. |
DeleteQuery::execute |
function |
drupal/includes/database/query.inc |
Executes the DELETE query. |
UpdateQuery::execute |
function |
drupal/includes/database/query.inc |
Executes the UPDATE query. |
form_execute_handlers |
function |
drupal/includes/form.inc |
Executes custom validation and submission handlers for a given form. |
PagerDefault::execute |
function |
drupal/includes/pager.inc |
Override the execute method. |
TruncateQuery::execute |
function |
drupal/includes/database/query.inc |
Executes the TRUNCATE query. |
SelectQuery::preExecute |
function |
drupal/includes/database/select.inc |
Generic preparation and validation for a SELECT query. |
InsertQuery::preExecute |
function |
drupal/includes/database/query.inc |
Preprocesses and validates the query. |
EntityFieldQuery::execute |
function |
drupal/includes/entity.inc |
Executes the query. |
InsertQuery_mysql::execute |
function |
drupal/includes/database/mysql/query.inc |
Executes the insert query. |
InsertQuery_pgsql::execute |
function |
drupal/includes/database/pgsql/query.inc |
Executes the insert query. |
UpdateQuery_pgsql::execute |
function |
drupal/includes/database/pgsql/query.inc |
Executes the UPDATE query. |
InsertQuery_sqlite::execute |
function |
drupal/includes/database/sqlite/query.inc |
Executes the insert query. |
UpdateQuery_sqlite::execute |
function |
drupal/includes/database/sqlite/query.inc |
Executes the UPDATE query. |
DeleteQuery_sqlite::execute |
function |
drupal/includes/database/sqlite/query.inc |
Executes the DELETE query. |
menu_execute_active_handler |
function |
drupal/includes/menu.inc |
Execute the page callback associated with the current path. |
SelectQueryExtender::execute |
function |
drupal/includes/database/select.inc |
|
SearchQuery::executeFirstPass |
function |
drupal/modules/search/search.extender.inc |
Executes the first pass query. |
DatabaseStatementBase::execute |
function |
drupal/includes/database/database.inc |
Executes a prepared statement |
DatabaseStatementEmpty::execute |
function |
drupal/includes/database/database.inc |
Executes a prepared statement |
SearchQuery::$executedFirstPass |
property |
drupal/modules/search/search.extender.inc |
Indicates whether the first pass query has been executed. |
SelectQueryExtender::preExecute |
function |
drupal/includes/database/select.inc |
Generic preparation and validation for a SELECT query. |
search_extra_type_search_execute |
function |
drupal/modules/search/tests/search_extra_type.module |
Implements hook_search_execute(). |
SelectQueryInterface::preExecute |
function |
drupal/includes/database/select.inc |
Generic preparation and validation for a SELECT query. |
DatabaseStatement_sqlite::execute |
function |
drupal/includes/database/sqlite/database.inc |
Executes a prepared statement. |
EntityFieldQuery::$executeCallback |
property |
drupal/includes/entity.inc |
The method executing the query, if it is overriding the default. |
DatabaseStatementPrefetch::execute |
function |
drupal/includes/database/prefetch.inc |
Executes a prepared statement. |
DatabaseStatementInterface::execute |
function |
drupal/includes/database/database.inc |
Executes a prepared statement |
DatabaseTransactionTestCase::executeDDLStatement |
function |
drupal/modules/simpletest/tests/database_test.test |
Execute a DDL statement. |