You are here

15 uses of CONTENT_DB_STORAGE_PER_CONTENT_TYPE in Content Construction Kit (CCK) 6.3

content_alter_db in includes/content.admin.inc
Perform adds, alters, and drops as needed to synchronize the database with new field definitions.
content_alter_db_analyze in includes/content.admin.inc
Schema Alter Analyze
content_database_info in ./content.module
Retrieve the database storage location(s) for a field.
content_field_default_values in includes/content.crud.inc
Create an array of default values for a field type.
content_field_instance_create in includes/content.crud.inc
Create a new field instance.
content_field_instance_delete in includes/content.crud.inc
Delete an existing field instance.
content_field_instance_update in includes/content.crud.inc
Update an existing field instance.
content_schema in ./content.install
Implementation of hook_schema.
content_storage_type in ./content.module
Helper function for identifying the storage type for a field.
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_tablename in ./content.module
Generate a table name for a field or a content type.
_content_type_info in ./content.module
Collate all information on content types, fields, and related structures.