15 calls to chado_get_schema_name()

chado_column_exists in tripal_chado/api/tripal_chado.schema.api.inc
Check that any given column in a Chado table exists.
chado_create_custom_table in tripal_chado/api/tripal_chado.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_chado/api/tripal_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_chado module which then sets the…
chado_is_installed in tripal_chado/api/tripal_chado.schema.api.inc
Check whether chado is installed (either in the same or a different database)
chado_is_local in tripal_chado/api/tripal_chado.schema.api.inc
Check that the Chado schema exists within the local database
chado_query in tripal_chado/api/tripal_chado.query.api.inc
A substitute for db_query() when querying from Chado.
chado_sequence_exists in tripal_chado/api/tripal_chado.schema.api.inc
Check that any given column in a Chado table exists.
chado_set_active in tripal_chado/api/tripal_chado.query.api.inc
Set the Tripal Database
chado_table_exists in tripal_chado/api/tripal_chado.schema.api.inc
Check that any given Chado table exists.
tripal_chado_install_done in tripal_chado/includes/tripal_chado.install.inc
Finish the Chado Schema Installation
tripal_chado_install_sql in tripal_chado/includes/tripal_chado.install.inc
Execute the provided SQL
tripal_chado_reset_chado_schema in tripal_chado/includes/tripal_chado.install.inc
Reset the Chado Schema This drops the current chado and chado-related schema and re-creates it
tripal_chado_upgrade_chado_1_2_to_1_3_pre_alter in tripal_chado/includes/tripal_chado.install.inc
Upgrade custom tables that may match the tables now in Chado v1.3.
tripal_chado_views_views_data in tripal_chado_views/tripal_chado_views.views.inc
Implements hook_views_data().
tripal_get_schema_name in tripal_chado/api/tripal_chado.DEPRECATED.api.inc
Retrieve the name of the PostgreSQL schema housing Chado or Drupal.