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