| DatabaseStatementBase::execute | includes/database/database.inc | Executes a prepared statement |
| DatabaseStatementEmpty::execute | includes/database/database.inc | Executes a prepared statement |
| DatabaseStatementInterface::execute | includes/database/database.inc | Executes a prepared statement |
| DatabaseStatementPrefetch::execute | includes/database/prefetch.inc | Executes a prepared statement. |
| DatabaseStatement_sqlite::execute | includes/database/sqlite/database.inc | Executes a prepared statement. |
| DatabaseTransactionTestCase::executeDDLStatement | modules/simpletest/tests/database_test.test | Execute a DDL statement. |
| DeleteQuery::execute | includes/database/query.inc | Executes the DELETE query. |
| DeleteQuery_sqlite::execute | includes/database/sqlite/query.inc | Executes the DELETE query. |
| devel_execute_block_form | ./devel.module | Generates the execute block form. |
| devel_execute_form | ./devel.module | Generates the execute form. |
| devel_execute_form_submit | ./devel.module | Process PHP execute form submissions. |
| EntityFieldQuery::execute | includes/entity.inc | Executes the query. |
| form_execute_handlers | includes/form.inc | Executes custom validation and submission handlers for a given form. |
| hook_search_execute | modules/search/search.api.php | Execute a search for a set of key words. |
| hook_views_post_execute | ./views.api.php | This hook is called right after the execute process. The query has
been executed, but the pre_render() phase has not yet happened for
handlers. |
| hook_views_pre_execute | ./views.api.php | This hook is called right before the execute process. The query is now fully
built, but it has not yet been run through db_rewrite_sql. |
| InsertQuery::execute | includes/database/query.inc | Executes the insert query. |
| InsertQuery::preExecute | includes/database/query.inc | Preprocesses and validates the query. |
| InsertQuery_mysql::execute | includes/database/mysql/query.inc | Executes the insert query. |
| InsertQuery_pgsql::execute | includes/database/pgsql/query.inc | Executes the insert query. |
| InsertQuery_sqlite::execute | includes/database/sqlite/query.inc | Executes the insert query. |
| menu_execute_active_handler | includes/menu.inc | Execute the page callback associated with the current path. |
| MergeQuery::execute | includes/database/query.inc | Runs the query against the database. |
| node_search_execute | modules/node/node.module | Implements hook_search_execute(). |
| PagerDefault::execute | includes/pager.inc | Override the execute method. |
| Query::execute | includes/database/query.inc | Runs the query against the database. |
| SearchQuery::execute | modules/search/search.extender.inc | Executes the search. |
| SearchQuery::executeFirstPass | modules/search/search.extender.inc | Executes the first pass query. |
| search_extra_type_search_execute | modules/search/tests/search_extra_type.module | Implements hook_search_execute(). |
| SelectQuery::execute | includes/database/select.inc | Runs the query against the database. |
| SelectQuery::preExecute | includes/database/select.inc | Generic preparation and validation for a SELECT query. |
| SelectQueryExtender::execute | includes/database/select.inc | |
| SelectQueryExtender::preExecute | includes/database/select.inc | Generic preparation and validation for a SELECT query. |
| SelectQueryInterface::preExecute | includes/database/select.inc | Generic preparation and validation for a SELECT query. |
| TruncateQuery::execute | includes/database/query.inc | Executes the TRUNCATE query. |
| UpdateQuery::execute | includes/database/query.inc | Executes the UPDATE query. |
| UpdateQuery_pgsql::execute | includes/database/pgsql/query.inc | Executes the UPDATE query. |
| UpdateQuery_sqlite::execute | includes/database/sqlite/query.inc | Executes the UPDATE query. |
| user_search_execute | modules/user/user.module | Implements hook_search_execute(). |
| view::execute | includes/view.inc | Execute the view's query. |
| view::execute_display | includes/view.inc | Execute the given display, with the given arguments.
To be called externally by whatever mechanism invokes the view,
such as a page callback, hook_block, etc. |
| view::execute_hook_block_list | includes/view.inc | Called to get hook_block information from the view and the
named display handler. |
| view::execute_hook_menu | includes/view.inc | Called to get hook_menu() information from the view and the named display handler. |
| view::post_execute | includes/view.inc | Unset the current view, mostly. |
| view::pre_execute | includes/view.inc | Run attachments and let the display do what it needs to do prior
to running. |
| view::_post_execute | includes/view.inc | Run the post_execute() on all active handlers. |
| ViewsTestCase::executeView | tests/views_query.test | Helper function to execute a view with debugging. |
| views_handler::post_execute | includes/handlers.inc | Run after the view is executed, before the result is cached. |
| views_handler_field_field::post_execute | modules/field/views_handler_field_field.inc | Load the entities for all fields that are about to be displayed. |
| views_plugin_display::execute | plugins/views_plugin_display.inc | When used externally, this is how a view gets run and returns
data in the format required. |