You are here

9 uses of CONTENT_DB_STORAGE_PER_FIELD 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_instance_create in includes/content.crud.inc
Create a new 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_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.