Functions

Solapas principales

Nombreorden descendente Ubicación Descripción Direct uses Strings
dblog_init drupal-6.x/modules/dblog/dblog.module
dblog_install drupal-6.x/modules/dblog/dblog.install Implementation of hook_install().
dblog_menu drupal-6.x/modules/dblog/dblog.module Implementation of hook_menu().
dblog_overview drupal-6.x/modules/dblog/dblog.admin.inc Menu callback; displays a listing of log messages. 1
dblog_schema drupal-6.x/modules/dblog/dblog.install Implementation of hook_schema().
dblog_theme drupal-6.x/modules/dblog/dblog.module Implementation of hook_theme()
dblog_top drupal-6.x/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 drupal-6.x/modules/dblog/dblog.install Implementation of hook_uninstall().
dblog_update_6000 drupal-6.x/modules/dblog/dblog.install Allow longer referrers.
dblog_user drupal-6.x/modules/dblog/dblog.module Implementation of hook_user().
dblog_watchdog drupal-6.x/modules/dblog/dblog.module Implementation of hook_watchdog().
db_add_column drupal-6.x/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 drupal-6.x/includes/database.pgsql.inc Add a new field to a table. 12
db_add_field drupal-6.x/includes/database.mysql-common.inc Add a new field to a table. 12
db_add_index drupal-6.x/includes/database.pgsql.inc Add an index. 20
db_add_index drupal-6.x/includes/database.mysql-common.inc Add an index. 20
db_add_primary_key drupal-6.x/includes/database.pgsql.inc Add a primary key. 7
db_add_primary_key drupal-6.x/includes/database.mysql-common.inc Add a primary key. 7
db_add_unique_key drupal-6.x/includes/database.pgsql.inc Add a unique key. 6
db_add_unique_key drupal-6.x/includes/database.mysql-common.inc Add a unique key. 6
db_affected_rows drupal-6.x/includes/database.mysql.inc Determine the number of rows changed by the preceding query. 14
db_affected_rows drupal-6.x/includes/database.pgsql.inc Determine the number of rows changed by the preceding query. 14
db_affected_rows drupal-6.x/includes/database.mysqli.inc Determine the number of rows changed by the preceding query. 14
db_change_column drupal-6.x/update.php Change a column definition using syntax appropriate for PostgreSQL. Save result of SQL commands in $ret array. 1
db_change_field drupal-6.x/includes/database.pgsql.inc Change a field definition. 13
db_change_field drupal-6.x/includes/database.mysql-common.inc 13
db_check_setup drupal-6.x/includes/database.pgsql.inc Verify if the database is set up correctly. 1 1
db_column_exists drupal-6.x/includes/database.mysql.inc Check if a column exists in the given table. 1
db_column_exists drupal-6.x/includes/database.pgsql.inc Check if a column exists in the given table. 1
db_column_exists drupal-6.x/includes/database.mysqli.inc Check if a column exists in the given table. 1
db_connect drupal-6.x/includes/database.mysql.inc Initialize a database connection. 1
db_connect drupal-6.x/includes/database.pgsql.inc Initialize a database connection. 1
db_connect drupal-6.x/includes/database.mysqli.inc Initialise a database connection. 1
db_create_table drupal-6.x/includes/database.inc Create a new table from a Drupal table definition. 12
db_create_table_sql drupal-6.x/includes/database.pgsql.inc Generate SQL to create a new table from a Drupal schema definition. 1
db_create_table_sql drupal-6.x/includes/database.mysql-common.inc Generate SQL to create a new table from a Drupal schema definition. 1
db_decode_blob drupal-6.x/includes/database.mysql.inc Returns text from a Binary Large Object value. 2
db_decode_blob drupal-6.x/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 drupal-6.x/includes/database.mysqli.inc Returns text from a Binary Large OBject value. 2
db_distinct_field drupal-6.x/includes/database.inc Adds the DISTINCT flag to the supplied query and returns the altered query. 1
db_drop_field drupal-6.x/includes/database.pgsql.inc Drop a field. 4
db_drop_field drupal-6.x/includes/database.mysql-common.inc Drop a field. 4
db_drop_index drupal-6.x/includes/database.pgsql.inc Drop an index. 10
db_drop_index drupal-6.x/includes/database.mysql-common.inc Drop an index. 10
db_drop_primary_key drupal-6.x/includes/database.pgsql.inc Drop the primary key. 5
db_drop_primary_key drupal-6.x/includes/database.mysql-common.inc Drop the primary key. 5
db_drop_table drupal-6.x/includes/database.pgsql.inc Drop a table. 1
db_drop_table drupal-6.x/includes/database.mysql-common.inc Drop a table. 1
db_drop_unique_key drupal-6.x/includes/database.pgsql.inc Drop a unique key. 6
db_drop_unique_key drupal-6.x/includes/database.mysql-common.inc Drop a unique key. 6

Páginas