| db_fetch_object | drupal/includes/database.pgsql.inc | Fetch one result row from the previous query as an object. |
| db_fetch_object | drupal/includes/database.pgsql.inc | Fetch one result row from the previous query as an object. |
| db_query | drupal/includes/database.inc | Runs a basic query in the active database. |
| db_query | drupal/includes/database.inc | Runs a basic query in the active database. |
| db_query_temporary | drupal/includes/database.pgsql.inc | Runs a SELECT query and stores its results in a temporary table. |
| db_query_temporary | drupal/includes/database.pgsql.inc | Runs a SELECT query and stores its results in a temporary table. |
| db_result | drupal/includes/database.pgsql.inc | Return an individual result field from the previous query. |
| db_result | drupal/includes/database.pgsql.inc | Return an individual result field from the previous query. |
| do_search | drupal/modules/search/search.module | Do a query on the full-text search index for a word or words. |
| form_set_error | drupal/includes/form.inc | File an error against a form element. If the name of the element is
edit[foo][bar] then you may pass either foo or foo][bar as $name
foo will set an error for all its children. |
| form_set_error | drupal/includes/form.inc | File an error against a form element. If the name of the element is
edit[foo][bar] then you may pass either foo or foo][bar as $name
foo will set an error for all its children. |
| pager_query | drupal/includes/pager.inc | Perform a paged database query. |
| pager_query | drupal/includes/pager.inc | Perform a paged database query. |
| search_parse_query | drupal/modules/search/search.module | Parse a search query into SQL conditions. |
| search_parse_query | drupal/modules/search/search.module | Parse a search query into SQL conditions. |
| t | drupal/includes/common.inc | Translate strings to the current locale. |
| t | drupal/includes/common.inc | Translate strings to the current locale. |
| variable_get | drupal/includes/bootstrap.inc | Return a persistent variable. |
| variable_get | drupal/includes/bootstrap.inc | Return a persistent variable. |