Version 1.17.2.5 (checked in on 2010/12/15 at 13:21:14 by goba)
Functions shared between mysql and mysqli database engines.
| Name | Beschreibung |
|---|---|
| db_add_field | Add a new field to a table. |
| db_add_index | Add an index. |
| db_add_primary_key | Add a primary key. |
| db_add_unique_key | Add a unique key. |
| db_change_field | |
| db_create_table_sql | Generate SQL to create a new table from a Drupal schema definition. |
| db_drop_field | Drop a field. |
| db_drop_index | Drop an index. |
| db_drop_primary_key | Drop the primary key. |
| db_drop_table | Drop a table. |
| db_drop_unique_key | Drop a unique key. |
| db_field_set_default | Set the default value for a field. |
| db_field_set_no_default | Set a field to have no default value. |
| db_last_insert_id | Returns the last insert id. |
| db_query | Runs a basic query in the active database. |
| db_rename_table | Rename a table. |
| db_type_map | This maps a generic data type in combination with its data size to the engine-specific data type. |
| _db_create_field_sql | Create an SQL string for a field to be used in table creation or alteration. |
| _db_create_keys_sql | |
| _db_create_key_sql | |
| _db_process_field | Set database-engine specific properties for a field. |
Kommentare
Kommentar hinzufügen