Database Reference API
- 2.x tripal_db/api/tripal_db.api.inc tripal_db_api
- 1.x tripal_db/api/tripal_db.api.inc tripal_db_api
Provides an application programming interface (API) to manage references to external databases
Parent topics
File
- tripal_db/
api/ tripal_db.api.inc, line 8 - Provides an application programming interface (API) to manage references to external databases
Functions
Name | Location | Description |
---|---|---|
tripal_associate_cvterm |
tripal_cv/ |
Add a record to a cvterm linking table (ie: feature_cvterm) |
tripal_associate_dbxref |
tripal_db/ |
Add a record to a database reference linking table (ie: feature_dbxref) |
tripal_get_db |
tripal_db/ |
Retrieves a chado db variable |
tripal_get_dbxref |
tripal_db/ |
Retrieves a chado database reference variable |
tripal_get_db_select_options |
tripal_db/ |
Create an options array to be used in a form element which provides a list of all chado dbs |
tripal_insert_db |
tripal_db/ |
Adds a new database to the Chado DB table and returns the DB object. |
tripal_insert_dbxref |
tripal_db/ |
Add a database reference |