Search for all
Title | Object type | File name | Summary |
---|---|---|---|
dblog_schema | function | modules/ |
Implements hook_schema(). |
dblog_theme | function | modules/ |
Implements hook_theme(). |
dblog_top | function | modules/ |
Page callback: Shows the most frequent log messages of a given event type. |
dblog_uninstall | function | modules/ |
Implements hook_uninstall(). |
dblog_update_7001 | function | modules/ |
Update the {watchdog} table. |
dblog_update_7002 | function | modules/ |
Add an index to the severity column in the watchdog database table. |
dblog_update_7003 | function | modules/ |
Account for possible legacy systems where dblog was not installed. |
dblog_watchdog | function | modules/ |
Implements hook_watchdog(). |
db_add_field | function | includes/ |
Adds a new field to a table. |
db_add_index | function | includes/ |
Adds an index. |
db_add_primary_key | function | includes/ |
Adds a primary key to a database table. |
db_add_unique_key | function | includes/ |
Adds a unique key. |
db_and | function | includes/ |
Returns a new DatabaseCondition, set to "AND" all conditions together. |
db_change_field | function | includes/ |
Changes a field definition. |
db_close | function | includes/ |
Closes the active database connection. |
db_condition | function | includes/ |
Returns a new DatabaseCondition, set to the specified conjunction. |
db_create_table | function | includes/ |
Creates a new table from a Drupal table definition. |
db_delete | function | includes/ |
Returns a new DeleteQuery object for the active database. |
db_driver | function | includes/ |
Retrieves the name of the currently active database driver. |
db_drop_field | function | includes/ |
Drops a field. |
db_drop_index | function | includes/ |
Drops an index. |
db_drop_primary_key | function | includes/ |
Drops the primary key of a database table. |
db_drop_table | function | includes/ |
Drops a table. |
db_drop_unique_key | function | includes/ |
Drops a unique key. |
db_escape_field | function | includes/ |
Restricts a dynamic column or constraint name to safe characters. |
db_escape_table | function | includes/ |
Restricts a dynamic table name to safe characters. |
db_field_exists | function | includes/ |
Checks if a column exists in the given table. |
db_field_names | function | includes/ |
Returns an array of field names from an array of key/index column specifiers. |
db_field_set_default | function | includes/ |
Sets the default value for a field. |
db_field_set_no_default | function | includes/ |
Sets a field to have no default value. |
db_find_tables | function | includes/ |
Finds all tables that are like the specified base table name. |
db_find_tables_d8 | function | includes/ |
Finds all tables that are like the specified base table name. This is a backport of the change made to db_find_tables in Drupal 8 to work with virtual, un-prefixed table names. The original function is retained for Backwards Compatibility. |
db_ignore_slave | function | includes/ |
Sets a session variable specifying the lag time for ignoring a slave server. |
db_index_exists | function | includes/ |
Checks if an index exists in the given table. |
db_insert | function | includes/ |
Returns a new InsertQuery object for the active database. |
db_installer_object | function | includes/ |
Returns a database installer object. |
db_like | function | includes/ |
Escapes characters that work as wildcard characters in a LIKE pattern. |
db_merge | function | includes/ |
Returns a new MergeQuery object for the active database. |
db_next_id | function | includes/ |
Retrieves a unique id. |
db_or | function | includes/ |
Returns a new DatabaseCondition, set to "OR" all conditions together. |
db_query | function | includes/ |
Executes an arbitrary query string against the active database. |
db_query_range | function | includes/ |
Executes a query against the active database, restricted to a range. |
db_query_temporary | function | includes/ |
Executes a SELECT query string and saves the result set to a temporary table. |
db_rename_table | function | includes/ |
Renames a table. |
db_run_tasks | function | includes/ |
Ensures the environment for a Drupal database on a predefined connection. |
db_select | function | includes/ |
Returns a new SelectQuery object for the active database. |
db_set_active | function | includes/ |
Sets a new active database. |
db_table_exists | function | includes/ |
Checks if a table exists. |
db_transaction | function | includes/ |
Returns a new transaction object for the active database. |
db_truncate | function | includes/ |
Returns a new TruncateQuery object for the active database. |
Pagination
- Previous page
- Page 47
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.