| Name | Description |
|---|---|
| Database abstraction layer | Allow the use of different database servers using the same code base. |
| Name | Location | Description |
|---|---|---|
| database_test_db_query_temporary | drupal/modules/simpletest/tests/database_test.module | Run a db_query_temporary and print the number of rows in the resulting table. |
| do_search | drupal/modules/search/search.module | Do a query on the full-text search index for a word or words. |
| Name | Location | Description |
|---|---|---|
| _db_query_process_args | drupal/includes/database/database.inc | Backward-compatibility utility. |