|
dblog_update_7001 |
drupal-7.x/modules/dblog/dblog.install |
Update the {watchdog} table. |
|
|
|
dblog_update_7002 |
drupal-7.x/modules/dblog/dblog.install |
Add an index to the severity column in the watchdog database table. |
|
|
|
dblog_watchdog |
drupal-7.x/modules/dblog/dblog.module |
Implements hook_watchdog(). |
2 |
|
|
db_add_field |
drupal-7.x/includes/database/database.inc |
Adds a new field to a table. |
25 |
|
|
db_add_index |
drupal-7.x/includes/database/database.inc |
Adds an index. |
29 |
|
|
db_add_primary_key |
drupal-7.x/includes/database/database.inc |
Adds a primary key to a database table. |
5 |
|
|
db_add_unique_key |
drupal-7.x/includes/database/database.inc |
Adds a unique key. |
3 |
|
|
db_and |
drupal-7.x/includes/database/database.inc |
Returns a new DatabaseCondition, set to "AND" all conditions together. |
8 |
|
|
db_change_field |
drupal-7.x/includes/database/database.inc |
Changes a field definition. |
53 |
|
|
db_close |
drupal-7.x/includes/database/database.inc |
Closes the active database connection. |
1 |
|
|
db_condition |
drupal-7.x/includes/database/database.inc |
Returns a new DatabaseCondition, set to the specified conjunction. |
1 |
|
|
db_create_table |
drupal-7.x/includes/database/database.inc |
Creates a new table from a Drupal table definition. |
35 |
|
|
db_delete |
drupal-7.x/includes/database/database.inc |
Returns a new DeleteQuery object for the active database. |
170 |
|
|
db_driver |
drupal-7.x/includes/database/database.inc |
Retrieves the name of the currently active database driver. |
2 |
|
|
db_drop_field |
drupal-7.x/includes/database/database.inc |
Drops a field. |
19 |
|
|
db_drop_index |
drupal-7.x/includes/database/database.inc |
Drops an index. |
20 |
|
|
db_drop_primary_key |
drupal-7.x/includes/database/database.inc |
Drops the primary key of a database table. |
6 |
|
|
db_drop_table |
drupal-7.x/includes/database/database.inc |
Drops a table. |
24 |
|
|
db_drop_unique_key |
drupal-7.x/includes/database/database.inc |
Drops a unique key. |
6 |
|
|
db_escape_field |
drupal-7.x/includes/database/database.inc |
Restricts a dynamic column or constraint name to safe characters. |
|
|
|
db_escape_table |
drupal-7.x/includes/database/database.inc |
Restricts a dynamic table name to safe characters. |
1 |
|
|
db_field_exists |
drupal-7.x/includes/database/database.inc |
Checks if a column exists in the given table. |
6 |
|
|
db_field_names |
drupal-7.x/includes/database/database.inc |
Returns an array of field names from an array of key/index column specifiers. |
|
|
|
db_field_set_default |
drupal-7.x/includes/database/database.inc |
Sets the default value for a field. |
1 |
|
|
db_field_set_no_default |
drupal-7.x/includes/database/database.inc |
Sets a field to have no default value. |
1 |
|
|
db_find_tables |
drupal-7.x/includes/database/database.inc |
Finds all tables that are like the specified base table name. |
3 |
|
|
db_ignore_slave |
drupal-7.x/includes/database/database.inc |
Sets a session variable specifying the lag time for ignoring a slave server. |
2 |
|
|
db_index_exists |
drupal-7.x/includes/database/database.inc |
Checks if an index exists in the given table. |
7 |
|
|
db_insert |
drupal-7.x/includes/database/database.inc |
Returns a new InsertQuery object for the active database. |
150 |
|
|
db_installer_object |
drupal-7.x/includes/install.inc |
Returns a database installer object. |
2 |
|
|
db_like |
drupal-7.x/includes/database/database.inc |
Escapes characters that work as wildcard characters in a LIKE pattern. |
18 |
|
|
db_merge |
drupal-7.x/includes/database/database.inc |
Returns a new MergeQuery object for the active database. |
43 |
|
|
db_next_id |
drupal-7.x/includes/database/database.inc |
Retrieves a unique id. |
4 |
|
|
db_or |
drupal-7.x/includes/database/database.inc |
Returns a new DatabaseCondition, set to "OR" all conditions together. |
21 |
|
|
db_query |
drupal-7.x/includes/database/database.inc |
Executes an arbitrary query string against the active database. |
444 |
3 |
|
db_query_range |
drupal-7.x/includes/database/database.inc |
Executes a query against the active database, restricted to a range. |
52 |
1 |
|
db_query_temporary |
drupal-7.x/includes/database/database.inc |
Executes a query string and saves the result set to a temporary table. |
2 |
|
|
db_rename_table |
drupal-7.x/includes/database/database.inc |
Renames a table. |
14 |
|
|
db_run_tasks |
drupal-7.x/includes/install.inc |
Ensures the environment for a Drupal database on a predefined connection. |
2 |
|
|
db_select |
drupal-7.x/includes/database/database.inc |
Returns a new SelectQuery object for the active database. |
242 |
|
|
db_set_active |
drupal-7.x/includes/database/database.inc |
Sets a new active database. |
2 |
|
|
db_table_exists |
drupal-7.x/includes/database/database.inc |
Checks if a table exists. |
23 |
|
|
db_transaction |
drupal-7.x/includes/database/database.inc |
Returns a new transaction object for the active database. |
17 |
|
|
db_truncate |
drupal-7.x/includes/database/database.inc |
Returns a new TruncateQuery object for the active database. |
7 |
|
|
db_update |
drupal-7.x/includes/database/database.inc |
Returns a new UpdateQuery object for the active database. |
185 |
|
|
db_xor |
drupal-7.x/includes/database/database.inc |
Returns a new DatabaseCondition, set to "XOR" all conditions together. |
|
|
|
debug |
drupal-7.x/includes/common.inc |
Outputs debug information. |
1 |
5 |
|
decode_entities |
drupal-7.x/includes/unicode.inc |
Decodes all HTML entities (including numerical ones) to regular UTF-8 bytes. |
14 |
1 |
|
drupal_access_denied |
drupal-7.x/includes/common.inc |
Delivers an "access denied" error to the browser. |
16 |
|
|
drupal_add_css |
drupal-7.x/includes/common.inc |
Adds a cascading stylesheet to the stylesheet queue. |
42 |
3 |