Search for execute

Functions & methods

NameLocationDescription
DatabaseStatementBase::executeincludes/database/database.incExecutes a prepared statement
DatabaseStatementEmpty::executeincludes/database/database.incExecutes a prepared statement
DatabaseStatementInterface::executeincludes/database/database.incExecutes a prepared statement
DatabaseStatementPrefetch::executeincludes/database/prefetch.incExecutes a prepared statement.
DatabaseStatement_sqlite::executeincludes/database/sqlite/database.incExecutes a prepared statement.
DatabaseTransactionTestCase::executeDDLStatementmodules/simpletest/tests/database_test.testExecute a DDL statement.
DeleteQuery::executeincludes/database/query.incExecutes the DELETE query.
DeleteQuery_sqlite::executeincludes/database/sqlite/query.incExecutes the DELETE query.
devel_execute_block_form./devel.moduleGenerates the execute block form.
devel_execute_form./devel.moduleGenerates the execute form.
devel_execute_form_submit./devel.moduleProcess PHP execute form submissions.
EntityFieldQuery::executeincludes/entity.incExecutes the query.
form_execute_handlersincludes/form.incExecutes custom validation and submission handlers for a given form.
hook_search_executemodules/search/search.api.phpExecute a search for a set of key words.
hook_views_post_execute./views.api.phpThis 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.phpThis 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::executeincludes/database/query.incExecutes the insert query.
InsertQuery::preExecuteincludes/database/query.incPreprocesses and validates the query.
InsertQuery_mysql::executeincludes/database/mysql/query.incExecutes the insert query.
InsertQuery_pgsql::executeincludes/database/pgsql/query.incExecutes the insert query.
InsertQuery_sqlite::executeincludes/database/sqlite/query.incExecutes the insert query.
menu_execute_active_handlerincludes/menu.incExecute the page callback associated with the current path.
MergeQuery::executeincludes/database/query.incRuns the query against the database.
node_search_executemodules/node/node.moduleImplements hook_search_execute().
PagerDefault::executeincludes/pager.incOverride the execute method.
Query::executeincludes/database/query.incRuns the query against the database.
SearchQuery::executemodules/search/search.extender.incExecutes the search.
SearchQuery::executeFirstPassmodules/search/search.extender.incExecutes the first pass query.
search_extra_type_search_executemodules/search/tests/search_extra_type.moduleImplements hook_search_execute().
SelectQuery::executeincludes/database/select.incRuns the query against the database.
SelectQuery::preExecuteincludes/database/select.incGeneric preparation and validation for a SELECT query.
SelectQueryExtender::executeincludes/database/select.inc
SelectQueryExtender::preExecuteincludes/database/select.incGeneric preparation and validation for a SELECT query.
SelectQueryInterface::preExecuteincludes/database/select.incGeneric preparation and validation for a SELECT query.
TruncateQuery::executeincludes/database/query.incExecutes the TRUNCATE query.
UpdateQuery::executeincludes/database/query.incExecutes the UPDATE query.
UpdateQuery_pgsql::executeincludes/database/pgsql/query.incExecutes the UPDATE query.
UpdateQuery_sqlite::executeincludes/database/sqlite/query.incExecutes the UPDATE query.
user_search_executemodules/user/user.moduleImplements hook_search_execute().
view::executeincludes/view.incExecute the view's query.
view::execute_displayincludes/view.incExecute 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_listincludes/view.incCalled to get hook_block information from the view and the named display handler.
view::execute_hook_menuincludes/view.incCalled to get hook_menu() information from the view and the named display handler.
view::post_executeincludes/view.incUnset the current view, mostly.
view::pre_executeincludes/view.incRun attachments and let the display do what it needs to do prior to running.
view::_post_executeincludes/view.incRun the post_execute() on all active handlers.
ViewsTestCase::executeViewtests/views_query.testHelper function to execute a view with debugging.
views_handler::post_executeincludes/handlers.incRun after the view is executed, before the result is cached.
views_handler_field_field::post_executemodules/field/views_handler_field_field.incLoad the entities for all fields that are about to be displayed.
views_plugin_display::executeplugins/views_plugin_display.incWhen used externally, this is how a view gets run and returns data in the format required.