Primary tabs

Namesort descending Location Description Direct uses Strings
dblog_init modules/dblog/dblog.module
dblog_install modules/dblog/dblog.install Implementation of hook_install().
dblog_menu modules/dblog/dblog.module Implementation of hook_menu().
dblog_overview modules/dblog/dblog.admin.inc Menu callback; displays a listing of log messages. 1
dblog_schema modules/dblog/dblog.install Implementation of hook_schema().
dblog_theme modules/dblog/dblog.module Implementation of hook_theme()
dblog_top modules/dblog/dblog.admin.inc Menu callback; generic function to display a page of the most frequent dblog events of a specified type. 2
dblog_uninstall modules/dblog/dblog.install Implementation of hook_uninstall().
dblog_update_6000 modules/dblog/dblog.install Allow longer referrers.
dblog_user modules/dblog/dblog.module Implementation of hook_user().
dblog_watchdog modules/dblog/dblog.module Implementation of hook_watchdog().
db_add_column ./update.php Add a column to a database using syntax appropriate for PostgreSQL. Save result of SQL commands in $ret array. 3
db_add_field includes/database.mysql-common.inc Add a new field to a table. 12
db_add_field includes/database.pgsql.inc Add a new field to a table. 12
db_add_index includes/database.pgsql.inc Add an index. 20
db_add_index includes/database.mysql-common.inc Add an index. 20
db_add_primary_key includes/database.mysql-common.inc Add a primary key. 7
db_add_primary_key includes/database.pgsql.inc Add a primary key. 7
db_add_unique_key includes/database.pgsql.inc Add a unique key. 6
db_add_unique_key includes/database.mysql-common.inc Add a unique key. 6
db_affected_rows includes/database.pgsql.inc Determine the number of rows changed by the preceding query. 3
db_affected_rows includes/database.mysqli.inc Determine the number of rows changed by the preceding query. 3
db_affected_rows includes/database.mysql.inc Determine the number of rows changed by the preceding query. 3
db_change_column ./update.php Change a column definition using syntax appropriate for PostgreSQL. Save result of SQL commands in $ret array.
db_change_field includes/database.pgsql.inc Change a field definition. 14
db_change_field includes/database.mysql-common.inc Change a field definition. 14
db_check_setup includes/database.pgsql.inc Verify if the database is set up correctly. 1
db_column_exists includes/database.mysql.inc Check if a column exists in the given table. 1
db_column_exists includes/database.pgsql.inc Check if a column exists in the given table. 1
db_column_exists includes/database.mysqli.inc Check if a column exists in the given table. 1
db_connect includes/database.pgsql.inc Initialize a database connection. 1
db_connect includes/database.mysqli.inc Initialise a database connection. 1
db_connect includes/database.mysql.inc Initialize a database connection. 1
db_create_table includes/database.inc Create a new table from a Drupal table definition. 13
db_create_table_sql includes/database.pgsql.inc Generate SQL to create a new table from a Drupal schema definition. 1
db_create_table_sql includes/database.mysql-common.inc Generate SQL to create a new table from a Drupal schema definition. 1
db_decode_blob includes/database.pgsql.inc Returns text from a Binary Large OBject value. In case of PostgreSQL decodes data after select from bytea field. 2
db_decode_blob includes/database.mysqli.inc Returns text from a Binary Large OBject value. 2
db_decode_blob includes/database.mysql.inc Returns text from a Binary Large Object value. 2
db_distinct_field includes/database.inc Adds the DISTINCT flag to the supplied query and returns the altered query. 1
db_drop_field includes/database.mysql-common.inc Drop a field. 4
db_drop_field includes/database.pgsql.inc Drop a field. 4
db_drop_index includes/database.pgsql.inc Drop an index. 9
db_drop_index includes/database.mysql-common.inc Drop an index. 9
db_drop_primary_key includes/database.pgsql.inc Drop the primary key. 5
db_drop_primary_key includes/database.mysql-common.inc Drop the primary key. 5
db_drop_table includes/database.mysql-common.inc Drop a table. 2
db_drop_table includes/database.pgsql.inc Drop a table. 2
db_drop_unique_key includes/database.pgsql.inc Drop a unique key. 6
db_drop_unique_key includes/database.mysql-common.inc Drop a unique key. 6

Pages

Other projects