Chado Properties

The Chado Properties API provides a set of functions for interacting with the any chado prop table.

Parent topics

File

tripal_chado/api/tripal_chado.property.api.inc, line 7
Provides an application programming interface (API) to manage data withing the Chado database.

Functions

Namesort descending Location Description
chado_delete_property tripal_chado/api/tripal_chado.property.api.inc Deletes a property for a given base table record using the property name.
chado_get_property tripal_chado/api/tripal_chado.property.api.inc Retrieve a property for a given base table record.
chado_get_record_with_property tripal_chado/api/tripal_chado.property.api.inc Get all records in the base table assigned one or more properties.
chado_get_table_property_types tripal_chado/api/tripal_chado.property.api.inc Retrieves all of the property types currently availalbe in a prop table.
chado_insert_property tripal_chado/api/tripal_chado.property.api.inc Insert a property for a given base table.
chado_update_property tripal_chado/api/tripal_chado.property.api.inc Update a property for a given base table record and property name.