9 calls to _content_tablename() in Content Construction Kit (CCK) 6.2
- content_alter_db in includes/
content.admin.inc - Perform adds, alters, and drops as needed to synchronize the database with new field definitions.
- content_database_info in ./
content.module - Retrieve the database storage location(s) for a field.
- content_field_instance_delete in includes/
content.crud.inc - Delete an existing field instance.
- content_schema in ./
content.install - Implementation of hook_schema.
- content_type_delete in includes/
content.crud.inc - Make changes needed when a content type is deleted.
- content_type_update in includes/
content.crud.inc - Make changes needed when an existing content type is updated.
- content_update_6002 in ./
content.install - Get rid of automatic per content tables for content types that have no fields. Switching to adding those tables only when needed.
- content_update_6004 in ./
content.install - Index the 'nid' column on data tables to optimize node deletion. Large tables might deserve a multipass update.
- _content_type_info in ./
content.module - Collate all information on content types, fields, and related structures.