You are here

Database Administrator API in Database Administration 5

File

./dba.module, line 1275
Allows administrators direct access to their Drupal database. Written by Jeremy Andrews <jeremy@kerneltrap.org>, June 2004. PostgreSQL functionality provided by AAM <aam@ugpl.de> Major security audit, porting, and maintenance by Derek…

Functions

Namesort descending Location Description
checkoff_head ./dba.module Adds the javascript for selecting all tables.
dba_backup_table ./dba.module Backup table to file.
dba_check_tables ./dba.module Perform specified check type on specified table(s) (MySQL specific).
dba_delete_table ./dba.module Delete table contents.
dba_describe_table ./dba.module Describe table.
dba_drop_table ./dba.module Drop table and all contents from current database.
dba_get_database ./dba.module Return name of active database.
dba_get_fields ./dba.module Return all fields in specified table as array.
dba_get_row_count ./dba.module Return the number of rows in the specified table.
dba_get_tables ./dba.module Return all tables in active database as array.
dba_mail_backup ./dba.module Temporary mail handler class.
dba_repair_tables ./dba.module Repair specified table(s) (MySQL specific).
dba_show_create_table ./dba.module
_dba_ops ./dba.module End of "defgroup dba_api".
_is_mysql ./dba.module