13 calls to content_field_tablename() in Content Construction Kit (CCK) 6.2
- content_associate_fields in ./
content.module - Allows a module to update the database for fields and columns it controls.
- content_field_instance_delete in includes/
content.crud.inc - Delete an existing field instance.
- content_field_instance_read in includes/
content.crud.inc - Load a field instance.
- content_notify in ./
content.module - Modules notify Content module when uninstalled, disabled, etc.
- content_schema in ./
content.install - Implementation of hook_schema.
- content_types_install in ./
content.install - 'Safe' version of content_types() to use in updates and installs.
- content_update_6000 in ./
content.install - Add module name to fields table to make it easier to identify the fields to delete when a module is uninstalled.
- 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_update_6005 in ./
content.install - Add 'locked' property for fields.
- content_update_6006 in ./
content.install - Make sure the 'locked' column is NOT NULL (error in previous content_update_6005().
- number_update_6000 in modules/
number/ number.install - Rename old decimal fields, which were really floats, to float
- userreference_update_6002 in modules/
userreference/ userreference.install - Convert 'referenceable_status' option from array to integer to match the change in the field settings form where the element has been changed from a checkboxes element (array) to a radios element (integer).
- _content_field_write in includes/
content.crud.inc - Write a field record.