Database convenience functions.
- 8.0.x includes/dbtng.inc dbfunctions
- 6.x includes/dbtng.inc dbfunctions
- 7.x includes/dbtng.inc dbfunctions
- 4.x includes/drush.inc dbfunctions
- 5.x includes/dbtng.inc dbfunctions
- master includes/dbtng.inc dbfunctions
Functions
Name |
Location![]() |
Description |
---|---|---|
_drush_replace_query_placeholders |
includes/ |
Replace named placeholders in a WHERE snippet. |
drush_db_select |
includes/ |
A db_select() that works for any version of Drupal. |
drush_db_delete |
includes/ |
A db_delete() that works for any version of Drupal. |
drush_db_result |
includes/ |
A db_result() that works consistently for any version of Drupal. |
drush_db_fetch_object |
includes/ |
A db_fetch_object() that works for any version of Drupal. |
File
- includes/
dbtng.inc, line 8 - Wrappers to abstract database operations from Drupal version.