Database convenience functions.
- 6.x includes/dbtng.inc dbfunctions
- 5.x includes/dbtng.inc dbfunctions
- 4.x includes/drush.inc dbfunctions
Functions
|
Name |
Location | Description |
|---|---|---|
| drush_db_delete |
includes/ |
A db_delete() that works for any version of Drupal. |
| drush_db_fetch_object |
includes/ |
A db_fetch_object() that works for any version of Drupal. |
| drush_db_result |
includes/ |
A db_result() that works consistently for any version of Drupal. |
| drush_db_select |
includes/ |
A db_select() that works for any version of Drupal. |
| _drush_replace_query_placeholders |
includes/ |
Replace named placeholders in a WHERE snippet. |
File
- includes/
dbtng.inc, line 3