Search for select

  1. Search 9.5.x for select
  2. Search 8.9.x for select
  3. Search 10.3.x for select
  4. Search 11.x for select
  5. Other projects
Title Object type File name Summary
SelectQueryExtender::where function includes/database/select.inc Adds an arbitrary WHERE clause to the query.
SelectQueryExtender::__call function includes/database/select.inc Magic override for undefined methods.
SelectQueryExtender::__clone function includes/database/select.inc Clone magic method.
SelectQueryExtender::__construct function includes/database/select.inc
SelectQueryExtender::__toString function includes/database/select.inc
SelectQueryInterface interface includes/database/select.inc Interface definition for a Select Query object.
SelectQueryInterface::addExpression function includes/database/select.inc Adds an expression to the list of "fields" to be SELECTed.
SelectQueryInterface::addField function includes/database/select.inc Adds a field to the list to be SELECTed.
SelectQueryInterface::addJoin function includes/database/select.inc Join against another table in the database.
SelectQueryInterface::countQuery function includes/database/select.inc Get the equivalent COUNT query of this query as a new query object.
SelectQueryInterface::distinct function includes/database/select.inc Sets this query to be DISTINCT.
SelectQueryInterface::fields function includes/database/select.inc Add multiple fields from the same table to be SELECTed.
SelectQueryInterface::forUpdate function includes/database/select.inc Add FOR UPDATE to the query.
SelectQueryInterface::getArguments function includes/database/select.inc Compiles and returns an associative array of the arguments for this prepared statement.
SelectQueryInterface::getExpressions function includes/database/select.inc Returns a reference to the expressions array for this query.
SelectQueryInterface::getFields function includes/database/select.inc Returns a reference to the fields array for this query.
SelectQueryInterface::getGroupBy function includes/database/select.inc Returns a reference to the group-by array for this query.
SelectQueryInterface::getOrderBy function includes/database/select.inc Returns a reference to the order by array for this query.
SelectQueryInterface::getTables function includes/database/select.inc Returns a reference to the tables array for this query.
SelectQueryInterface::getUnion function includes/database/select.inc Returns a reference to the union queries for this query. This include
queries for UNION, UNION ALL, and UNION DISTINCT.
SelectQueryInterface::groupBy function includes/database/select.inc Groups the result set by the specified field.
SelectQueryInterface::havingCondition function includes/database/select.inc Helper function to build most common HAVING conditional clauses.
SelectQueryInterface::innerJoin function includes/database/select.inc Inner Join against another table in the database.
SelectQueryInterface::isPrepared function includes/database/select.inc Indicates if preExecute() has already been called on that object.
SelectQueryInterface::join function includes/database/select.inc Default Join against another table in the database.
SelectQueryInterface::leftJoin function includes/database/select.inc Left Outer Join against another table in the database.
SelectQueryInterface::orderBy function includes/database/select.inc Orders the result set by a given field.
SelectQueryInterface::orderRandom function includes/database/select.inc Orders the result set by a random value.
SelectQueryInterface::preExecute function includes/database/select.inc Generic preparation and validation for a SELECT query.
SelectQueryInterface::range function includes/database/select.inc Restricts a query to a given range in the result set.
SelectQueryInterface::rightJoin function includes/database/select.inc Right Outer Join against another table in the database.
SelectQueryInterface::union function includes/database/select.inc Add another Select query to UNION to this one.
SelectQueryInterface::__clone function includes/database/select.inc Clone magic method.
SelectQuery_pgsql class includes/database/pgsql/select.inc
SelectQuery_pgsql::orderBy function includes/database/pgsql/select.inc Overrides SelectQuery::orderBy().
SelectQuery_pgsql::orderRandom function includes/database/pgsql/select.inc Orders the result set by a random value.
SelectQuery_sqlite class includes/database/sqlite/select.inc SQLite specific query builder for SELECT statements.
SelectQuery_sqlite::forUpdate function includes/database/sqlite/select.inc Add FOR UPDATE to the query.
TaxonomyTermTestCase::testTaxonomySelectNodesAlter function modules/taxonomy/taxonomy.test Tests that taxonomy term detail page is working even after the default
taxonomy_select_nodes() query is altered.
taxonomy_select_nodes function modules/taxonomy/taxonomy.module Return nodes attached to a term across all field instances.
theme_select function includes/form.inc Returns HTML for a select form element.
theme_tableselect function includes/form.inc Returns HTML for a table with radio buttons or checkboxes.
update_script_selection_form function ./update.php Form constructor for the list of available database module updates.
update_selection_page function ./update.php Renders a form with a list of available database updates.
_book_parent_select function modules/book/book.module Builds the parent selection form element for the node form or outline tab.
_color_theme_select_form_alter function modules/color/color.module Helper for hook_form_FORM_ID_alter() implementations.
_form_test_tableselect_ajax_callback function modules/simpletest/tests/form_test.module Ajax callback that returns the form element.
_form_test_tableselect_empty_form function modules/simpletest/tests/form_test.module Test functionality of the tableselect #empty property.
_form_test_tableselect_form_builder function modules/simpletest/tests/form_test.module Build a form to test the tableselect element.
_form_test_tableselect_get_data function modules/simpletest/tests/form_test.module Create a header and options array. Helper function for callbacks.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.