15 calls to tripal_get_schema_name()

chado_add_node_form_relationships_name_to_id_callback in tripal_core/api/tripal_core.chado_nodes.relationships.api.inc
Handles autocomplete for subject & object id
chado_column_exists in tripal_core/api/tripal_core.chado_schema.api.inc
Check that any given column in a Chado table exists.
chado_create_custom_table in tripal_core/api/tripal_core.custom_tables.api.inc
Add a new table to the Chado schema. This function is simply a wrapper for the db_create_table() function of Drupal, but ensures the table is created inside the Chado schema rather than the Drupal schema. If the table already exists then it will be…
chado_get_version in tripal_core/api/tripal_core.chado_schema.api.inc
Returns the version number of the currently installed Chado instance. It can return the real or effective version. Note, this function is executed in the hook_init() of the tripal_core module which then sets the…
chado_is_installed in tripal_core/api/tripal_core.chado_schema.api.inc
Check whether chado is installed (either in the same or a different database)
chado_is_local in tripal_core/api/tripal_core.chado_schema.api.inc
Check that the Chado schema exists within the local database
chado_query in tripal_core/api/tripal_core.chado_query.api.inc
Use this function instead of db_query() to avoid switching databases when making query to the chado database.
chado_sequence_exists in tripal_core/api/tripal_core.chado_schema.api.inc
Check that any given column in a Chado table exists.
chado_set_active in tripal_core/api/tripal_core.chado_general.api.inc
Set the Tripal Database
chado_table_exists in tripal_core/api/tripal_core.chado_schema.api.inc
Check that any given Chado table exists.
tripal_core_chado_install_done in tripal_core/includes/tripal_core.chado_install.inc
Finish the Chado Schema Installation
tripal_core_install_sql in tripal_core/includes/tripal_core.chado_install.inc
Execute the provided SQL
tripal_core_reset_chado_schema in tripal_core/includes/tripal_core.chado_install.inc
Reset the Chado Schema This drops the current chado and chado-related schema and re-creates it
tripal_core_upgrade_chado_1_2_to_1_3_pre_alter in tripal_core/includes/tripal_core.chado_install.inc
Upgrade custom tables that may match the tables now in Chado v1.3.
tripal_views_views_data in tripal_views/tripal_views.views.inc
Implements hook_views_data().